Html Css Color HEX #DB64DD Orchid

📋 copy color: '#DB64DD'

red 219 ◦ green 100 ◦ blue 221

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

Shades of Orchid #DB64DD

Tints of Orchid #DB64DD

RGB

 RED value IS 219 (85.94% from 255) = 40.56%

 GREEN value IS 100 (39.45% from 255) = 18.52%

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 40.56%
G = 18.52%
B = 40.93%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB64DD (or 0xDB64DD) is known color: Orchid. HEX triplet: DB, 64 and DD. RGB value is (219,100,221). Sum of RGB (Red+Green+Blue) = 219+100+221=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64DD is #249B22. Grayscale: #959595. Windows color (decimal): -2399011 or 14509275. OLE color: 14509275.

HSL color Cylindrical-coordinate representation of color #DB64DD: hue angle of 299.01º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB64DD is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 100 221 -
CMYK 0.01 0.55 0 0.13
HSL 299.01º 0.64% 0.63% -
HSV(B) 299.01º 0.55% 0.87% -
XYZ 46.82 29.39 71.61 -
YUV 149.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 219 100 221 0.01 0.55 0 0.13 299.01 0.64 0.63
Hex DB 64 DD 1 37 0 D 12B 40 3F
Octal 333 144 335 1 67 0 15 453 100 77
Binary 11011011 1100100 11011101 1 110111 0 1101 100101011 1000000 111111

Color Harmonies of #DB64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64DD

Black with #DB64DD

Text Example


Text Example

White with #DB64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64DD; }

 p { color: rgb(219,100,221); }

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

background-color css

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

 a { background-color: rgb(219,100,221); }

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

border-color css

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

 span { border-color: rgb(219,100,221); }

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