Html Css Color HEX #D62C7D Deep Cerise

📋 copy color: '#D62C7D'

red 214 ◦ green 44 ◦ blue 125

#D62C7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D62C7D

Tints of Deep Cerise #D62C7D

RGB

 RED value IS 214 (83.98% from 255) = 55.87%

 GREEN value IS 44 (17.58% from 255) = 11.49%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 55.87%
G = 11.49%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D62C7D (or 0xD62C7D) is known color: Deep Cerise. HEX triplet: D6, 2C and 7D. RGB value is (214,44,125). Sum of RGB (Red+Green+Blue) = 214+44+125=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62C7D is #29D382. Grayscale: #676767. Windows color (decimal): -2741123 or 8203478. OLE color: 8203478.

HSL color Cylindrical-coordinate representation of color #D62C7D: hue angle of 331.41º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62C7D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 44 125 -
CMYK 0 0.79 0.42 0.16
HSL 331.41º 0.67% 0.51% -
HSV(B) 331.41º 0.79% 0.84% -
XYZ 32.33 17.58 21.09 -
YUV 104.06 139.82 206.41 -
System Red Green Blue C M Y K H S L
Decimal 214 44 125 0 0.79 0.42 0.16 331.41 0.67 0.51
Hex D6 2C 7D 0 4F 2A 10 14B 43 33
Octal 326 54 175 0 117 52 20 513 103 63
Binary 11010110 101100 1111101 0 1001111 101010 10000 101001011 1000011 110011

Color Harmonies of #D62C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C7D

Black with #D62C7D

Text Example


Text Example

White with #D62C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C7D; }

 p { color: rgb(214,44,125); }

 H1.HeaderClassName
 {
   color: #D62C7D;
 }
 .AnyTagClassName
 {
   color: #D62C7D;
 }
</style>

background-color css

<style>
 a { background-color: #D62C7D; }

 a { background-color: rgb(214,44,125); }

 div.DivClassName
 {
   background-color: #D62C7D;
 }
 .BgClassName
 {
   background-color: #D62C7D;
 }
</style>

border-color css

<style>
 span { border-color: #D62C7D; }

 span { border-color: rgb(214,44,125); }

 td.TdClassName
 {
   border-color: #D62C7D;
 }
 .TagClassName
 {
   border-color: #D62C7D;
 }
</style>