Html Css Color HEX #D0215F Cerise

📋 copy color: '#D0215F'

red 208 ◦ green 33 ◦ blue 95

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

Shades of Cerise #D0215F

Tints of Cerise #D0215F

RGB

 RED value IS 208 (81.64% from 255) = 61.9%

 GREEN value IS 33 (13.28% from 255) = 9.82%

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

R = 61.9%
G = 9.82%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0215F (or 0xD0215F) is known color: Cerise. HEX triplet: D0, 21 and 5F. RGB value is (208,33,95). Sum of RGB (Red+Green+Blue) = 208+33+95=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0215F is #2FDEA0. Grayscale: #5C5C5C. Windows color (decimal): -3137185 or 6234576. OLE color: 6234576.

HSL color Cylindrical-coordinate representation of color #D0215F: hue angle of 338.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0215F is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 95 -
CMYK 0 0.84 0.54 0.18
HSL 338.74º 0.73% 0.47% -
HSV(B) 338.74º 0.84% 0.82% -
XYZ 28.62 15.32 12.28 -
YUV 92.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 208 33 95 0 0.84 0.54 0.18 338.74 0.73 0.47
Hex D0 21 5F 0 54 36 12 153 49 2F
Octal 320 41 137 0 124 66 22 523 111 57
Binary 11010000 100001 1011111 0 1010100 110110 10010 101010011 1001001 101111

Color Harmonies of #D0215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0215F

Black with #D0215F

Text Example


Text Example

White with #D0215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0215F; }

 p { color: rgb(208,33,95); }

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

background-color css

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

 a { background-color: rgb(208,33,95); }

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

border-color css

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

 span { border-color: rgb(208,33,95); }

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