Html Css Color HEX #D2366E Cerise

📋 copy color: '#D2366E'

red 210 ◦ green 54 ◦ blue 110

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

Shades of Cerise #D2366E

Tints of Cerise #D2366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.44%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 56.15%
G = 14.44%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2366E (or 0xD2366E) is known color: Cerise. HEX triplet: D2, 36 and 6E. RGB value is (210,54,110). Sum of RGB (Red+Green+Blue) = 210+54+110=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2366E is #2DC991. Grayscale: #6A6A6A. Windows color (decimal): -3000722 or 7222994. OLE color: 7222994.

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

Color convert

RGB 210 54 110 -
CMYK 0 0.74 0.48 0.18
HSL 338.46º 0.63% 0.52% -
HSV(B) 338.46º 0.74% 0.82% -
XYZ 30.71 17.47 16.5 -
YUV 107.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 210 54 110 0 0.74 0.48 0.18 338.46 0.63 0.52
Hex D2 36 6E 0 4A 30 12 152 3F 34
Octal 322 66 156 0 112 60 22 522 77 64
Binary 11010010 110110 1101110 0 1001010 110000 10010 101010010 111111 110100

Color Harmonies of #D2366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2366E

Black with #D2366E

Text Example


Text Example

White with #D2366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2366E; }

 p { color: rgb(210,54,110); }

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

background-color css

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

 a { background-color: rgb(210,54,110); }

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

border-color css

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

 span { border-color: rgb(210,54,110); }

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