Html Css Color HEX #D4259B Deep Cerise

📋 copy color: '#D4259B'

red 212 ◦ green 37 ◦ blue 155

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

Shades of Deep Cerise #D4259B

Tints of Deep Cerise #D4259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 52.48%
G = 9.16%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4259B (or 0xD4259B) is known color: Deep Cerise. HEX triplet: D4, 25 and 9B. RGB value is (212,37,155). Sum of RGB (Red+Green+Blue) = 212+37+155=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4259B is #2BDA64. Grayscale: #666666. Windows color (decimal): -2873957 or 10167764. OLE color: 10167764.

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

Color convert

RGB 212 37 155 -
CMYK 0 0.83 0.27 0.17
HSL 319.54º 0.7% 0.49% -
HSV(B) 319.54º 0.83% 0.83% -
XYZ 33.73 17.69 32.65 -
YUV 102.78 157.48 205.91 -
System Red Green Blue C M Y K H S L
Decimal 212 37 155 0 0.83 0.27 0.17 319.54 0.7 0.49
Hex D4 25 9B 0 53 1B 11 140 46 31
Octal 324 45 233 0 123 33 21 500 106 61
Binary 11010100 100101 10011011 0 1010011 11011 10001 101000000 1000110 110001

Color Harmonies of #D4259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4259B

Black with #D4259B

Text Example


Text Example

White with #D4259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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