Html Css Color HEX #D0255B Cerise

📋 copy color: '#D0255B'

red 208 ◦ green 37 ◦ blue 91

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

Shades of Cerise #D0255B

Tints of Cerise #D0255B

RGB

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

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

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

R = 61.9%
G = 11.01%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0255B (or 0xD0255B) is known color: Cerise. HEX triplet: D0, 25 and 5B. RGB value is (208,37,91). Sum of RGB (Red+Green+Blue) = 208+37+91=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0255B is #2FDAA4. Grayscale: #5E5E5E. Windows color (decimal): -3136165 or 5973456. OLE color: 5973456.

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

Color convert

RGB 208 37 91 -
CMYK 0 0.82 0.56 0.18
HSL 341.05º 0.7% 0.48% -
HSV(B) 341.05º 0.82% 0.82% -
XYZ 28.56 15.49 11.38 -
YUV 94.29 126.15 209.11 -
System Red Green Blue C M Y K H S L
Decimal 208 37 91 0 0.82 0.56 0.18 341.05 0.7 0.48
Hex D0 25 5B 0 52 38 12 155 46 30
Octal 320 45 133 0 122 70 22 525 106 60
Binary 11010000 100101 1011011 0 1010010 111000 10010 101010101 1000110 110000

Color Harmonies of #D0255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0255B

Black with #D0255B

Text Example


Text Example

White with #D0255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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