Html Css Color HEX #D2305C Cerise

📋 copy color: '#D2305C'

red 210 ◦ green 48 ◦ blue 92

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

Shades of Cerise #D2305C

Tints of Cerise #D2305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 60%
G = 13.71%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2305C (or 0xD2305C) is known color: Cerise. HEX triplet: D2, 30 and 5C. RGB value is (210,48,92). Sum of RGB (Red+Green+Blue) = 210+48+92=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D2305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2305C is #2DCFA3. Grayscale: #656565. Windows color (decimal): -3002276 or 6041810. OLE color: 6041810.

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

Color convert

RGB 210 48 92 -
CMYK 0 0.77 0.56 0.18
HSL 343.7º 0.64% 0.51% -
HSV(B) 343.7º 0.77% 0.82% -
XYZ 29.57 16.59 11.77 -
YUV 101.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 210 48 92 0 0.77 0.56 0.18 343.7 0.64 0.51
Hex D2 30 5C 0 4D 38 12 158 40 33
Octal 322 60 134 0 115 70 22 530 100 63
Binary 11010010 110000 1011100 0 1001101 111000 10010 101011000 1000000 110011

Color Harmonies of #D2305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2305C

Black with #D2305C

Text Example


Text Example

White with #D2305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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