Html Css Color HEX #D2396B Cerise

📋 copy color: '#D2396B'

red 210 ◦ green 57 ◦ blue 107

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

Shades of Cerise #D2396B

Tints of Cerise #D2396B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 56.15%
G = 15.24%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2396B (or 0xD2396B) is known color: Cerise. HEX triplet: D2, 39 and 6B. RGB value is (210,57,107). Sum of RGB (Red+Green+Blue) = 210+57+107=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2396B is #2DC694. Grayscale: #6C6C6C. Windows color (decimal): -2999957 or 7027154. OLE color: 7027154.

HSL color Cylindrical-coordinate representation of color #D2396B: hue angle of 340.39º 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 #D2396B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 57 107 -
CMYK 0 0.73 0.49 0.18
HSL 340.39º 0.63% 0.52% -
HSV(B) 340.39º 0.73% 0.82% -
XYZ 30.7 17.69 15.71 -
YUV 108.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 210 57 107 0 0.73 0.49 0.18 340.39 0.63 0.52
Hex D2 39 6B 0 49 31 12 154 3F 34
Octal 322 71 153 0 111 61 22 524 77 64
Binary 11010010 111001 1101011 0 1001001 110001 10010 101010100 111111 110100

Color Harmonies of #D2396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2396B

Black with #D2396B

Text Example


Text Example

White with #D2396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2396B; }

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

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

background-color css

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

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

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

border-color css

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

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

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