Html Css Color HEX #D2365C Cerise

📋 copy color: '#D2365C'

red 210 ◦ green 54 ◦ blue 92

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

Shades of Cerise #D2365C

Tints of Cerise #D2365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 58.99%
G = 15.17%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2365C (or 0xD2365C) is known color: Cerise. HEX triplet: D2, 36 and 5C. RGB value is (210,54,92). Sum of RGB (Red+Green+Blue) = 210+54+92=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2365C is #2DC9A3. Grayscale: #686868. Windows color (decimal): -3000740 or 6043346. OLE color: 6043346.

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

Color convert

RGB 210 54 92 -
CMYK 0 0.74 0.56 0.18
HSL 345.38º 0.63% 0.52% -
HSV(B) 345.38º 0.74% 0.82% -
XYZ 29.83 17.11 11.86 -
YUV 104.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 210 54 92 0 0.74 0.56 0.18 345.38 0.63 0.52
Hex D2 36 5C 0 4A 38 12 159 3F 34
Octal 322 66 134 0 112 70 22 531 77 64
Binary 11010010 110110 1011100 0 1001010 111000 10010 101011001 111111 110100

Color Harmonies of #D2365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2365C

Black with #D2365C

Text Example


Text Example

White with #D2365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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