Html Css Color HEX #D142DB Medium Orchid

📋 copy color: '#D142DB'

red 209 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #D142DB

Tints of Medium Orchid #D142DB

RGB

 RED value IS 209 (82.03% from 255) = 42.31%

 GREEN value IS 66 (26.17% from 255) = 13.36%

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

R = 42.31%
G = 13.36%
B = 44.33%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D142DB (or 0xD142DB) is known color: Medium Orchid. HEX triplet: D1, 42 and DB. RGB value is (209,66,219). Sum of RGB (Red+Green+Blue) = 209+66+219=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 66 (26.17% from 255 or 13.36% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #D142DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142DB is #2EBD24. Grayscale: #7D7D7D. Windows color (decimal): -3063077 or 14369489. OLE color: 14369489.

HSL color Cylindrical-coordinate representation of color #D142DB: hue angle of 296.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D142DB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 66 219 -
CMYK 0.05 0.70 0 0.14
HSL 296.08º 0.68% 0.56% -
HSV(B) 296.08º 0.7% 0.86% -
XYZ 41.03 22.57 69.21 -
YUV 126.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 209 66 219 0.05 0.70 0 0.14 296.08 0.68 0.56
Hex D1 42 DB 5 46 0 E 128 44 38
Octal 321 102 333 5 106 0 16 450 104 70
Binary 11010001 1000010 11011011 101 1000110 0 1110 100101000 1000100 111000

Color Harmonies of #D142DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142DB

Black with #D142DB

Text Example


Text Example

White with #D142DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142DB; }

 p { color: rgb(209,66,219); }

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

background-color css

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

 a { background-color: rgb(209,66,219); }

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

border-color css

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

 span { border-color: rgb(209,66,219); }

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