Html Css Color HEX #D0295B Cerise

📋 copy color: '#D0295B'

red 208 ◦ green 41 ◦ blue 91

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

Shades of Cerise #D0295B

Tints of Cerise #D0295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.06%

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 61.18%
G = 12.06%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0295B (or 0xD0295B) is known color: Cerise. HEX triplet: D0, 29 and 5B. RGB value is (208,41,91). Sum of RGB (Red+Green+Blue) = 208+41+91=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0295B is #2FD6A4. Grayscale: #606060. Windows color (decimal): -3135141 or 5974480. OLE color: 5974480.

HSL color Cylindrical-coordinate representation of color #D0295B: hue angle of 342.04º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0295B is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 41 91 -
CMYK 0 0.80 0.56 0.18
HSL 342.04º 0.67% 0.49% -
HSV(B) 342.04º 0.8% 0.82% -
XYZ 28.69 15.75 11.43 -
YUV 96.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 208 41 91 0 0.80 0.56 0.18 342.04 0.67 0.49
Hex D0 29 5B 0 50 38 12 156 43 31
Octal 320 51 133 0 120 70 22 526 103 61
Binary 11010000 101001 1011011 0 1010000 111000 10010 101010110 1000011 110001

Color Harmonies of #D0295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0295B

Black with #D0295B

Text Example


Text Example

White with #D0295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0295B; }

 p { color: rgb(208,41,91); }

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

background-color css

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

 a { background-color: rgb(208,41,91); }

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

border-color css

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

 span { border-color: rgb(208,41,91); }

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