Html Css Color HEX #D2386B Cerise

📋 copy color: '#D2386B'

red 210 ◦ green 56 ◦ blue 107

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

Shades of Cerise #D2386B

Tints of Cerise #D2386B

RGB

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

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

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

R = 56.3%
G = 15.01%
B = 28.69%

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

#D2386B (or 0xD2386B) is known color: Cerise. HEX triplet: D2, 38 and 6B. RGB value is (210,56,107). Sum of RGB (Red+Green+Blue) = 210+56+107=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2386B is #2DC794. Grayscale: #6B6B6B. Windows color (decimal): -3000213 or 7026898. OLE color: 7026898.

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

Color convert

RGB 210 56 107 -
CMYK 0 0.73 0.49 0.18
HSL 340.13º 0.63% 0.52% -
HSV(B) 340.13º 0.73% 0.82% -
XYZ 30.65 17.59 15.69 -
YUV 107.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 210 56 107 0 0.73 0.49 0.18 340.13 0.63 0.52
Hex D2 38 6B 0 49 31 12 154 3F 34
Octal 322 70 153 0 111 61 22 524 77 64
Binary 11010010 111000 1101011 0 1001001 110001 10010 101010100 111111 110100

Color Harmonies of #D2386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2386B

Black with #D2386B

Text Example


Text Example

White with #D2386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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