Html Css Color HEX #D2365E Cerise

📋 copy color: '#D2365E'

red 210 ◦ green 54 ◦ blue 94

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

Shades of Cerise #D2365E

Tints of Cerise #D2365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 58.66%
G = 15.08%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2365E (or 0xD2365E) is known color: Cerise. HEX triplet: D2, 36 and 5E. RGB value is (210,54,94). Sum of RGB (Red+Green+Blue) = 210+54+94=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2365E is #2DC9A1. Grayscale: #696969. Windows color (decimal): -3000738 or 6174418. OLE color: 6174418.

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

Color convert

RGB 210 54 94 -
CMYK 0 0.74 0.55 0.18
HSL 344.62º 0.63% 0.52% -
HSV(B) 344.62º 0.74% 0.82% -
XYZ 29.92 17.15 12.32 -
YUV 105.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 210 54 94 0 0.74 0.55 0.18 344.62 0.63 0.52
Hex D2 36 5E 0 4A 37 12 159 3F 34
Octal 322 66 136 0 112 67 22 531 77 64
Binary 11010010 110110 1011110 0 1001010 110111 10010 101011001 111111 110100

Color Harmonies of #D2365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2365E

Black with #D2365E

Text Example


Text Example

White with #D2365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2365E; }

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

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

background-color css

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

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

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

border-color css

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

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

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