Html Css Color HEX #D237DB Medium Orchid

📋 copy color: '#D237DB'

red 210 ◦ green 55 ◦ blue 219

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

Shades of Medium Orchid #D237DB

Tints of Medium Orchid #D237DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.36%

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

R = 43.39%
G = 11.36%
B = 45.25%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D237DB (or 0xD237DB) is known color: Medium Orchid. HEX triplet: D2, 37 and DB. RGB value is (210,55,219). Sum of RGB (Red+Green+Blue) = 210+55+219=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #D237DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237DB is #2DC824. Grayscale: #777777. Windows color (decimal): -3000357 or 14366674. OLE color: 14366674.

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

Color convert

RGB 210 55 219 -
CMYK 0.04 0.75 0 0.14
HSL 296.71º 0.69% 0.54% -
HSV(B) 296.71º 0.75% 0.86% -
XYZ 40.73 21.55 69.03 -
YUV 120.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 210 55 219 0.04 0.75 0 0.14 296.71 0.69 0.54
Hex D2 37 DB 4 4B 0 E 129 45 36
Octal 322 67 333 4 113 0 16 451 105 66
Binary 11010010 110111 11011011 100 1001011 0 1110 100101001 1000101 110110

Color Harmonies of #D237DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D237DB

Black with #D237DB

Text Example


Text Example

White with #D237DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D237DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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