Html Css Color HEX #D232DB Medium Orchid

📋 copy color: '#D232DB'

red 210 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #D232DB

Tints of Medium Orchid #D232DB

RGB

 RED value IS 210 (82.42% from 255) = 43.84%

 GREEN value IS 50 (19.92% from 255) = 10.44%

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 43.84%
G = 10.44%
B = 45.72%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D232DB (or 0xD232DB) is known color: Medium Orchid. HEX triplet: D2, 32 and DB. RGB value is (210,50,219). Sum of RGB (Red+Green+Blue) = 210+50+219=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #D232DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232DB is #2DCD24. Grayscale: #747474. Windows color (decimal): -3001637 or 14365394. OLE color: 14365394.

HSL color Cylindrical-coordinate representation of color #D232DB: hue angle of 296.8º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D232DB is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 50 219 -
CMYK 0.04 0.77 0 0.14
HSL 296.8º 0.7% 0.53% -
HSV(B) 296.8º 0.77% 0.86% -
XYZ 40.51 21.1 68.96 -
YUV 117.11 185.51 194.26 -
System Red Green Blue C M Y K H S L
Decimal 210 50 219 0.04 0.77 0 0.14 296.8 0.7 0.53
Hex D2 32 DB 4 4D 0 E 129 46 35
Octal 322 62 333 4 115 0 16 451 106 65
Binary 11010010 110010 11011011 100 1001101 0 1110 100101001 1000110 110101

Color Harmonies of #D232DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232DB

Black with #D232DB

Text Example


Text Example

White with #D232DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232DB; }

 p { color: rgb(210,50,219); }

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

background-color css

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

 a { background-color: rgb(210,50,219); }

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

border-color css

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

 span { border-color: rgb(210,50,219); }

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