Html Css Color HEX #D2386C Cerise

📋 copy color: '#D2386C'

red 210 ◦ green 56 ◦ blue 108

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

Shades of Cerise #D2386C

Tints of Cerise #D2386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.97%

 BLUE value IS 108 (42.58% from 255) = 28.88%

R = 56.15%
G = 14.97%
B = 28.88%

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

#D2386C (or 0xD2386C) is known color: Cerise. HEX triplet: D2, 38 and 6C. RGB value is (210,56,108). Sum of RGB (Red+Green+Blue) = 210+56+108=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2386C is #2DC793. Grayscale: #6B6B6B. Windows color (decimal): -3000212 or 7092434. OLE color: 7092434.

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

Color convert

RGB 210 56 108 -
CMYK 0 0.73 0.49 0.18
HSL 339.74º 0.63% 0.52% -
HSV(B) 339.74º 0.73% 0.82% -
XYZ 30.7 17.61 15.97 -
YUV 107.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 210 56 108 0 0.73 0.49 0.18 339.74 0.63 0.52
Hex D2 38 6C 0 49 31 12 154 3F 34
Octal 322 70 154 0 111 61 22 524 77 64
Binary 11010010 111000 1101100 0 1001001 110001 10010 101010100 111111 110100

Color Harmonies of #D2386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2386C

Black with #D2386C

Text Example


Text Example

White with #D2386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2386C; }

 p { color: rgb(210,56,108); }

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

background-color css

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

 a { background-color: rgb(210,56,108); }

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

border-color css

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

 span { border-color: rgb(210,56,108); }

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