Html Css Color HEX #D0229C Medium Violet Red

📋 copy color: '#D0229C'

red 208 ◦ green 34 ◦ blue 156

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

Shades of Medium Violet Red #D0229C

Tints of Medium Violet Red #D0229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 52.26%
G = 8.54%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0229C (or 0xD0229C) is known color: Medium Violet Red. HEX triplet: D0, 22 and 9C. RGB value is (208,34,156). Sum of RGB (Red+Green+Blue) = 208+34+156=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0229C is #2FDD63. Grayscale: #636363. Windows color (decimal): -3136868 or 10232528. OLE color: 10232528.

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

Color convert

RGB 208 34 156 -
CMYK 0 0.84 0.25 0.18
HSL 317.93º 0.72% 0.47% -
HSV(B) 317.93º 0.84% 0.82% -
XYZ 32.59 16.95 33.01 -
YUV 99.93 159.65 205.08 -
System Red Green Blue C M Y K H S L
Decimal 208 34 156 0 0.84 0.25 0.18 317.93 0.72 0.47
Hex D0 22 9C 0 54 19 12 13E 48 2F
Octal 320 42 234 0 124 31 22 476 110 57
Binary 11010000 100010 10011100 0 1010100 11001 10010 100111110 1001000 101111

Color Harmonies of #D0229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0229C

Black with #D0229C

Text Example


Text Example

White with #D0229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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