Html Css Color HEX #D0255F Cerise

📋 copy color: '#D0255F'

red 208 ◦ green 37 ◦ blue 95

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

Shades of Cerise #D0255F

Tints of Cerise #D0255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.88%

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

R = 61.18%
G = 10.88%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0255F (or 0xD0255F) is known color: Cerise. HEX triplet: D0, 25 and 5F. RGB value is (208,37,95). Sum of RGB (Red+Green+Blue) = 208+37+95=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0255F is #2FDAA0. Grayscale: #5E5E5E. Windows color (decimal): -3136161 or 6235600. OLE color: 6235600.

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

Color convert

RGB 208 37 95 -
CMYK 0 0.82 0.54 0.18
HSL 339.65º 0.7% 0.48% -
HSV(B) 339.65º 0.82% 0.82% -
XYZ 28.74 15.56 12.31 -
YUV 94.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 208 37 95 0 0.82 0.54 0.18 339.65 0.7 0.48
Hex D0 25 5F 0 52 36 12 154 46 30
Octal 320 45 137 0 122 66 22 524 106 60
Binary 11010000 100101 1011111 0 1010010 110110 10010 101010100 1000110 110000

Color Harmonies of #D0255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0255F

Black with #D0255F

Text Example


Text Example

White with #D0255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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