Html Css Color HEX #D2396F Cerise

📋 copy color: '#D2396F'

red 210 ◦ green 57 ◦ blue 111

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

Shades of Cerise #D2396F

Tints of Cerise #D2396F

RGB

 RED value IS 210 (82.42% from 255) = 55.56%

 GREEN value IS 57 (22.66% from 255) = 15.08%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 55.56%
G = 15.08%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2396F (or 0xD2396F) is known color: Cerise. HEX triplet: D2, 39 and 6F. RGB value is (210,57,111). Sum of RGB (Red+Green+Blue) = 210+57+111=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D2396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2396F is #2DC690. Grayscale: #6C6C6C. Windows color (decimal): -2999953 or 7289298. OLE color: 7289298.

HSL color Cylindrical-coordinate representation of color #D2396F: hue angle of 338.82º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2396F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 57 111 -
CMYK 0 0.73 0.47 0.18
HSL 338.82º 0.63% 0.52% -
HSV(B) 338.82º 0.73% 0.82% -
XYZ 30.91 17.78 16.84 -
YUV 108.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 210 57 111 0 0.73 0.47 0.18 338.82 0.63 0.52
Hex D2 39 6F 0 49 2F 12 153 3F 34
Octal 322 71 157 0 111 57 22 523 77 64
Binary 11010010 111001 1101111 0 1001001 101111 10010 101010011 111111 110100

Color Harmonies of #D2396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2396F

Black with #D2396F

Text Example


Text Example

White with #D2396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2396F; }

 p { color: rgb(210,57,111); }

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

background-color css

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

 a { background-color: rgb(210,57,111); }

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

border-color css

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

 span { border-color: rgb(210,57,111); }

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