Html Css Color HEX #D2395A Cerise

📋 copy color: '#D2395A'

red 210 ◦ green 57 ◦ blue 90

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

Shades of Cerise #D2395A

Tints of Cerise #D2395A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 58.82%
G = 15.97%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2395A (or 0xD2395A) is known color: Cerise. HEX triplet: D2, 39 and 5A. RGB value is (210,57,90). Sum of RGB (Red+Green+Blue) = 210+57+90=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2395A is #2DC6A5. Grayscale: #6A6A6A. Windows color (decimal): -2999974 or 5913042. OLE color: 5913042.

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

Color convert

RGB 210 57 90 -
CMYK 0 0.73 0.57 0.18
HSL 347.06º 0.63% 0.52% -
HSV(B) 347.06º 0.73% 0.82% -
XYZ 29.89 17.37 11.45 -
YUV 106.51 118.69 201.82 -
System Red Green Blue C M Y K H S L
Decimal 210 57 90 0 0.73 0.57 0.18 347.06 0.63 0.52
Hex D2 39 5A 0 49 39 12 15B 3F 34
Octal 322 71 132 0 111 71 22 533 77 64
Binary 11010010 111001 1011010 0 1001001 111001 10010 101011011 111111 110100

Color Harmonies of #D2395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2395A

Black with #D2395A

Text Example


Text Example

White with #D2395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2395A; }

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

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

background-color css

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

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

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

border-color css

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

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

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