Html Css Color HEX #D2365B Cerise

📋 copy color: '#D2365B'

red 210 ◦ green 54 ◦ blue 91

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

Shades of Cerise #D2365B

Tints of Cerise #D2365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 59.15%
G = 15.21%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2365B (or 0xD2365B) is known color: Cerise. HEX triplet: D2, 36 and 5B. RGB value is (210,54,91). Sum of RGB (Red+Green+Blue) = 210+54+91=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2365B is #2DC9A4. Grayscale: #686868. Windows color (decimal): -3000741 or 5977810. OLE color: 5977810.

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

Color convert

RGB 210 54 91 -
CMYK 0 0.74 0.57 0.18
HSL 345.77º 0.63% 0.52% -
HSV(B) 345.77º 0.74% 0.82% -
XYZ 29.79 17.1 11.63 -
YUV 104.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 210 54 91 0 0.74 0.57 0.18 345.77 0.63 0.52
Hex D2 36 5B 0 4A 39 12 15A 3F 34
Octal 322 66 133 0 112 71 22 532 77 64
Binary 11010010 110110 1011011 0 1001010 111001 10010 101011010 111111 110100

Color Harmonies of #D2365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2365B

Black with #D2365B

Text Example


Text Example

White with #D2365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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