Html Css Color HEX #D0225F Cerise

📋 copy color: '#D0225F'

red 208 ◦ green 34 ◦ blue 95

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

Shades of Cerise #D0225F

Tints of Cerise #D0225F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 61.72%
G = 10.09%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0225F (or 0xD0225F) is known color: Cerise. HEX triplet: D0, 22 and 5F. RGB value is (208,34,95). Sum of RGB (Red+Green+Blue) = 208+34+95=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0225F is #2FDDA0. Grayscale: #5C5C5C. Windows color (decimal): -3136929 or 6234832. OLE color: 6234832.

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

Color convert

RGB 208 34 95 -
CMYK 0 0.84 0.54 0.18
HSL 338.97º 0.72% 0.47% -
HSV(B) 338.97º 0.84% 0.82% -
XYZ 28.65 15.38 12.29 -
YUV 92.98 129.15 210.04 -
System Red Green Blue C M Y K H S L
Decimal 208 34 95 0 0.84 0.54 0.18 338.97 0.72 0.47
Hex D0 22 5F 0 54 36 12 153 48 2F
Octal 320 42 137 0 124 66 22 523 110 57
Binary 11010000 100010 1011111 0 1010100 110110 10010 101010011 1001000 101111

Color Harmonies of #D0225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0225F

Black with #D0225F

Text Example


Text Example

White with #D0225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0225F; }

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

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

background-color css

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

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

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

border-color css

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

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

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