Html Css Color HEX #D0225C Cerise

📋 copy color: '#D0225C'

red 208 ◦ green 34 ◦ blue 92

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

Shades of Cerise #D0225C

Tints of Cerise #D0225C

RGB

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

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

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

R = 62.28%
G = 10.18%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0225C (or 0xD0225C) is known color: Cerise. HEX triplet: D0, 22 and 5C. RGB value is (208,34,92). Sum of RGB (Red+Green+Blue) = 208+34+92=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0225C is #2FDDA3. Grayscale: #5C5C5C. Windows color (decimal): -3136932 or 6038224. OLE color: 6038224.

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

Color convert

RGB 208 34 92 -
CMYK 0 0.84 0.56 0.18
HSL 340º 0.72% 0.47% -
HSV(B) 340º 0.84% 0.82% -
XYZ 28.52 15.33 11.58 -
YUV 92.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 208 34 92 0 0.84 0.56 0.18 340 0.72 0.47
Hex D0 22 5C 0 54 38 12 154 48 2F
Octal 320 42 134 0 124 70 22 524 110 57
Binary 11010000 100010 1011100 0 1010100 111000 10010 101010100 1001000 101111

Color Harmonies of #D0225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0225C

Black with #D0225C

Text Example


Text Example

White with #D0225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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