Html Css Color HEX #D2308F Deep Cerise

📋 copy color: '#D2308F'

red 210 ◦ green 48 ◦ blue 143

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

Shades of Deep Cerise #D2308F

Tints of Deep Cerise #D2308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 52.37%
G = 11.97%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2308F (or 0xD2308F) is known color: Deep Cerise. HEX triplet: D2, 30 and 8F. RGB value is (210,48,143). Sum of RGB (Red+Green+Blue) = 210+48+143=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2308F is #2DCF70. Grayscale: #6B6B6B. Windows color (decimal): -3002225 or 9384146. OLE color: 9384146.

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

Color convert

RGB 210 48 143 -
CMYK 0 0.77 0.32 0.18
HSL 324.81º 0.64% 0.51% -
HSV(B) 324.81º 0.77% 0.82% -
XYZ 32.59 17.8 27.7 -
YUV 107.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 210 48 143 0 0.77 0.32 0.18 324.81 0.64 0.51
Hex D2 30 8F 0 4D 20 12 145 40 33
Octal 322 60 217 0 115 40 22 505 100 63
Binary 11010010 110000 10001111 0 1001101 100000 10010 101000101 1000000 110011

Color Harmonies of #D2308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2308F

Black with #D2308F

Text Example


Text Example

White with #D2308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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