Html Css Color HEX #D2395D Cerise

📋 copy color: '#D2395D'

red 210 ◦ green 57 ◦ blue 93

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

Shades of Cerise #D2395D

Tints of Cerise #D2395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.83%

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 58.33%
G = 15.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2395D (or 0xD2395D) is known color: Cerise. HEX triplet: D2, 39 and 5D. RGB value is (210,57,93). Sum of RGB (Red+Green+Blue) = 210+57+93=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2395D is #2DC6A2. Grayscale: #6A6A6A. Windows color (decimal): -2999971 or 6109650. OLE color: 6109650.

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

Color convert

RGB 210 57 93 -
CMYK 0 0.73 0.56 0.18
HSL 345.88º 0.63% 0.52% -
HSV(B) 345.88º 0.73% 0.82% -
XYZ 30.02 17.42 12.14 -
YUV 106.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 210 57 93 0 0.73 0.56 0.18 345.88 0.63 0.52
Hex D2 39 5D 0 49 38 12 15A 3F 34
Octal 322 71 135 0 111 70 22 532 77 64
Binary 11010010 111001 1011101 0 1001001 111000 10010 101011010 111111 110100

Color Harmonies of #D2395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2395D

Black with #D2395D

Text Example


Text Example

White with #D2395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2395D; }

 p { color: rgb(210,57,93); }

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

background-color css

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

 a { background-color: rgb(210,57,93); }

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

border-color css

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

 span { border-color: rgb(210,57,93); }

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