Html Css Color HEX #D2305A Cerise

📋 copy color: '#D2305A'

red 210 ◦ green 48 ◦ blue 90

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

Shades of Cerise #D2305A

Tints of Cerise #D2305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

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

R = 60.34%
G = 13.79%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2305A (or 0xD2305A) is known color: Cerise. HEX triplet: D2, 30 and 5A. RGB value is (210,48,90). Sum of RGB (Red+Green+Blue) = 210+48+90=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D2305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2305A is #2DCFA5. Grayscale: #656565. Windows color (decimal): -3002278 or 5910738. OLE color: 5910738.

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

Color convert

RGB 210 48 90 -
CMYK 0 0.77 0.57 0.18
HSL 344.44º 0.64% 0.51% -
HSV(B) 344.44º 0.77% 0.82% -
XYZ 29.48 16.55 11.31 -
YUV 101.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 210 48 90 0 0.77 0.57 0.18 344.44 0.64 0.51
Hex D2 30 5A 0 4D 39 12 158 40 33
Octal 322 60 132 0 115 71 22 530 100 63
Binary 11010010 110000 1011010 0 1001101 111001 10010 101011000 1000000 110011

Color Harmonies of #D2305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2305A

Black with #D2305A

Text Example


Text Example

White with #D2305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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