Html Css Color HEX #D4277E Deep Cerise

📋 copy color: '#D4277E'

red 212 ◦ green 39 ◦ blue 126

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

Shades of Deep Cerise #D4277E

Tints of Deep Cerise #D4277E

RGB

 RED value IS 212 (83.2% from 255) = 56.23%

 GREEN value IS 39 (15.63% from 255) = 10.34%

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 56.23%
G = 10.34%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4277E (or 0xD4277E) is known color: Deep Cerise. HEX triplet: D4, 27 and 7E. RGB value is (212,39,126). Sum of RGB (Red+Green+Blue) = 212+39+126=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4277E is #2BD881. Grayscale: #646464. Windows color (decimal): -2873474 or 8267732. OLE color: 8267732.

HSL color Cylindrical-coordinate representation of color #D4277E: hue angle of 329.83º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4277E is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 39 126 -
CMYK 0 0.82 0.41 0.17
HSL 329.83º 0.69% 0.49% -
HSV(B) 329.83º 0.82% 0.83% -
XYZ 31.64 16.95 21.34 -
YUV 100.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 212 39 126 0 0.82 0.41 0.17 329.83 0.69 0.49
Hex D4 27 7E 0 52 29 11 14A 45 31
Octal 324 47 176 0 122 51 21 512 105 61
Binary 11010100 100111 1111110 0 1010010 101001 10001 101001010 1000101 110001

Color Harmonies of #D4277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4277E

Black with #D4277E

Text Example


Text Example

White with #D4277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4277E; }

 p { color: rgb(212,39,126); }

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

background-color css

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

 a { background-color: rgb(212,39,126); }

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

border-color css

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

 span { border-color: rgb(212,39,126); }

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