Html Css Color HEX #D2355A Cerise

📋 copy color: '#D2355A'

red 210 ◦ green 53 ◦ blue 90

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

Shades of Cerise #D2355A

Tints of Cerise #D2355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

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

R = 59.49%
G = 15.01%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2355A (or 0xD2355A) is known color: Cerise. HEX triplet: D2, 35 and 5A. RGB value is (210,53,90). Sum of RGB (Red+Green+Blue) = 210+53+90=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2355A is #2DCAA5. Grayscale: #686868. Windows color (decimal): -3000998 or 5912018. OLE color: 5912018.

HSL color Cylindrical-coordinate representation of color #D2355A: hue angle of 345.86º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2355A is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 53 90 -
CMYK 0 0.75 0.57 0.18
HSL 345.86º 0.64% 0.52% -
HSV(B) 345.86º 0.75% 0.82% -
XYZ 29.7 16.99 11.39 -
YUV 104.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 210 53 90 0 0.75 0.57 0.18 345.86 0.64 0.52
Hex D2 35 5A 0 4B 39 12 15A 40 34
Octal 322 65 132 0 113 71 22 532 100 64
Binary 11010010 110101 1011010 0 1001011 111001 10010 101011010 1000000 110100

Color Harmonies of #D2355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2355A

Black with #D2355A

Text Example


Text Example

White with #D2355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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