Html Css Color HEX #D0215A Cerise

📋 copy color: '#D0215A'

red 208 ◦ green 33 ◦ blue 90

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

Shades of Cerise #D0215A

Tints of Cerise #D0215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 62.84%
G = 9.97%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0215A (or 0xD0215A) is known color: Cerise. HEX triplet: D0, 21 and 5A. RGB value is (208,33,90). Sum of RGB (Red+Green+Blue) = 208+33+90=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D0215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0215A is #2FDEA5. Grayscale: #5B5B5B. Windows color (decimal): -3137190 or 5906896. OLE color: 5906896.

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

Color convert

RGB 208 33 90 -
CMYK 0 0.84 0.57 0.18
HSL 340.46º 0.73% 0.47% -
HSV(B) 340.46º 0.84% 0.82% -
XYZ 28.4 15.24 11.12 -
YUV 91.82 126.98 210.87 -
System Red Green Blue C M Y K H S L
Decimal 208 33 90 0 0.84 0.57 0.18 340.46 0.73 0.47
Hex D0 21 5A 0 54 39 12 154 49 2F
Octal 320 41 132 0 124 71 22 524 111 57
Binary 11010000 100001 1011010 0 1010100 111001 10010 101010100 1001001 101111

Color Harmonies of #D0215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0215A

Black with #D0215A

Text Example


Text Example

White with #D0215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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