Html Css Color HEX #D4257D Deep Cerise

📋 copy color: '#D4257D'

red 212 ◦ green 37 ◦ blue 125

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

Shades of Deep Cerise #D4257D

Tints of Deep Cerise #D4257D

RGB

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

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

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

R = 56.68%
G = 9.89%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4257D (or 0xD4257D) is known color: Deep Cerise. HEX triplet: D4, 25 and 7D. RGB value is (212,37,125). Sum of RGB (Red+Green+Blue) = 212+37+125=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4257D is #2BDA82. Grayscale: #636363. Windows color (decimal): -2873987 or 8201684. OLE color: 8201684.

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

Color convert

RGB 212 37 125 -
CMYK 0 0.83 0.41 0.17
HSL 329.83º 0.7% 0.49% -
HSV(B) 329.83º 0.83% 0.83% -
XYZ 31.51 16.8 20.98 -
YUV 99.36 142.48 208.34 -
System Red Green Blue C M Y K H S L
Decimal 212 37 125 0 0.83 0.41 0.17 329.83 0.7 0.49
Hex D4 25 7D 0 53 29 11 14A 46 31
Octal 324 45 175 0 123 51 21 512 106 61
Binary 11010100 100101 1111101 0 1010011 101001 10001 101001010 1000110 110001

Color Harmonies of #D4257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4257D

Black with #D4257D

Text Example


Text Example

White with #D4257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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