Html Css Color HEX #D4277F Deep Cerise

📋 copy color: '#D4277F'

red 212 ◦ green 39 ◦ blue 127

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

Shades of Deep Cerise #D4277F

Tints of Deep Cerise #D4277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 56.08%
G = 10.32%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4277F (or 0xD4277F) is known color: Deep Cerise. HEX triplet: D4, 27 and 7F. RGB value is (212,39,127). Sum of RGB (Red+Green+Blue) = 212+39+127=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D4277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4277F is #2BD880. Grayscale: #646464. Windows color (decimal): -2873473 or 8333268. OLE color: 8333268.

HSL color Cylindrical-coordinate representation of color #D4277F: hue angle of 329.48º 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 #D4277F is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 39 127 -
CMYK 0 0.82 0.40 0.17
HSL 329.48º 0.69% 0.49% -
HSV(B) 329.48º 0.82% 0.83% -
XYZ 31.71 16.98 21.69 -
YUV 100.76 142.81 207.34 -
System Red Green Blue C M Y K H S L
Decimal 212 39 127 0 0.82 0.40 0.17 329.48 0.69 0.49
Hex D4 27 7F 0 52 28 11 149 45 31
Octal 324 47 177 0 122 50 21 511 105 61
Binary 11010100 100111 1111111 0 1010010 101000 10001 101001001 1000101 110001

Color Harmonies of #D4277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4277F

Black with #D4277F

Text Example


Text Example

White with #D4277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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