Html Css Color HEX #D4257F Deep Cerise

📋 copy color: '#D4257F'

red 212 ◦ green 37 ◦ blue 127

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

Shades of Deep Cerise #D4257F

Tints of Deep Cerise #D4257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.84%

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

R = 56.38%
G = 9.84%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4257F (or 0xD4257F) is known color: Deep Cerise. HEX triplet: D4, 25 and 7F. RGB value is (212,37,127). Sum of RGB (Red+Green+Blue) = 212+37+127=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4257F is #2BDA80. Grayscale: #636363. Windows color (decimal): -2873985 or 8332756. OLE color: 8332756.

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

Color convert

RGB 212 37 127 -
CMYK 0 0.83 0.40 0.17
HSL 329.14º 0.7% 0.49% -
HSV(B) 329.14º 0.83% 0.83% -
XYZ 31.64 16.85 21.66 -
YUV 99.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 212 37 127 0 0.83 0.40 0.17 329.14 0.7 0.49
Hex D4 25 7F 0 53 28 11 149 46 31
Octal 324 45 177 0 123 50 21 511 106 61
Binary 11010100 100101 1111111 0 1010011 101000 10001 101001001 1000110 110001

Color Harmonies of #D4257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4257F

Black with #D4257F

Text Example


Text Example

White with #D4257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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