Html Css Color HEX #D0295C Cerise

📋 copy color: '#D0295C'

red 208 ◦ green 41 ◦ blue 92

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

Shades of Cerise #D0295C

Tints of Cerise #D0295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 61%
G = 12.02%
B = 26.98%

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

#D0295C (or 0xD0295C) is known color: Cerise. HEX triplet: D0, 29 and 5C. RGB value is (208,41,92). Sum of RGB (Red+Green+Blue) = 208+41+92=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0295C is #2FD6A3. Grayscale: #606060. Windows color (decimal): -3135140 or 6040016. OLE color: 6040016.

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

Color convert

RGB 208 41 92 -
CMYK 0 0.80 0.56 0.18
HSL 341.68º 0.67% 0.49% -
HSV(B) 341.68º 0.8% 0.82% -
XYZ 28.74 15.77 11.65 -
YUV 96.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 208 41 92 0 0.80 0.56 0.18 341.68 0.67 0.49
Hex D0 29 5C 0 50 38 12 156 43 31
Octal 320 51 134 0 120 70 22 526 103 61
Binary 11010000 101001 1011100 0 1010000 111000 10010 101010110 1000011 110001

Color Harmonies of #D0295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0295C

Black with #D0295C

Text Example


Text Example

White with #D0295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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