Html Css Color HEX #D2305D Cerise

📋 copy color: '#D2305D'

red 210 ◦ green 48 ◦ blue 93

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

Shades of Cerise #D2305D

Tints of Cerise #D2305D

RGB

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

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

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

R = 59.83%
G = 13.68%
B = 26.5%

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

#D2305D (or 0xD2305D) is known color: Cerise. HEX triplet: D2, 30 and 5D. RGB value is (210,48,93). Sum of RGB (Red+Green+Blue) = 210+48+93=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D2305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2305D is #2DCFA2. Grayscale: #656565. Windows color (decimal): -3002275 or 6107346. OLE color: 6107346.

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

Color convert

RGB 210 48 93 -
CMYK 0 0.77 0.56 0.18
HSL 343.33º 0.64% 0.51% -
HSV(B) 343.33º 0.77% 0.82% -
XYZ 29.61 16.61 12 -
YUV 101.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 210 48 93 0 0.77 0.56 0.18 343.33 0.64 0.51
Hex D2 30 5D 0 4D 38 12 157 40 33
Octal 322 60 135 0 115 70 22 527 100 63
Binary 11010010 110000 1011101 0 1001101 111000 10010 101010111 1000000 110011

Color Harmonies of #D2305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2305D

Black with #D2305D

Text Example


Text Example

White with #D2305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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