Html Css Color HEX #D0256E Cerise

📋 copy color: '#D0256E'

red 208 ◦ green 37 ◦ blue 110

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

Shades of Cerise #D0256E

Tints of Cerise #D0256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 58.59%
G = 10.42%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0256E (or 0xD0256E) is known color: Cerise. HEX triplet: D0, 25 and 6E. RGB value is (208,37,110). Sum of RGB (Red+Green+Blue) = 208+37+110=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0256E is #2FDA91. Grayscale: #606060. Windows color (decimal): -3136146 or 7218640. OLE color: 7218640.

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

Color convert

RGB 208 37 110 -
CMYK 0 0.82 0.47 0.18
HSL 334.39º 0.7% 0.48% -
HSV(B) 334.39º 0.82% 0.82% -
XYZ 29.49 15.86 16.26 -
YUV 96.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 208 37 110 0 0.82 0.47 0.18 334.39 0.7 0.48
Hex D0 25 6E 0 52 2F 12 14E 46 30
Octal 320 45 156 0 122 57 22 516 106 60
Binary 11010000 100101 1101110 0 1010010 101111 10010 101001110 1000110 110000

Color Harmonies of #D0256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0256E

Black with #D0256E

Text Example


Text Example

White with #D0256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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