Html Css Color HEX #D2305F Cerise

📋 copy color: '#D2305F'

red 210 ◦ green 48 ◦ blue 95

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

Shades of Cerise #D2305F

Tints of Cerise #D2305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 59.49%
G = 13.6%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2305F (or 0xD2305F) is known color: Cerise. HEX triplet: D2, 30 and 5F. RGB value is (210,48,95). Sum of RGB (Red+Green+Blue) = 210+48+95=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2305F is #2DCFA0. Grayscale: #656565. Windows color (decimal): -3002273 or 6238418. OLE color: 6238418.

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

Color convert

RGB 210 48 95 -
CMYK 0 0.77 0.55 0.18
HSL 342.59º 0.64% 0.51% -
HSV(B) 342.59º 0.77% 0.82% -
XYZ 29.7 16.64 12.47 -
YUV 101.8 124.17 205.18 -
System Red Green Blue C M Y K H S L
Decimal 210 48 95 0 0.77 0.55 0.18 342.59 0.64 0.51
Hex D2 30 5F 0 4D 37 12 157 40 33
Octal 322 60 137 0 115 67 22 527 100 63
Binary 11010010 110000 1011111 0 1001101 110111 10010 101010111 1000000 110011

Color Harmonies of #D2305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2305F

Black with #D2305F

Text Example


Text Example

White with #D2305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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