Html Css Color HEX #DB65B9 Orchid

📋 copy color: '#DB65B9'

red 219 ◦ green 101 ◦ blue 185

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

Shades of Orchid #DB65B9

Tints of Orchid #DB65B9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20%

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 43.37%
G = 20%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB65B9 (or 0xDB65B9) is known color: Orchid. HEX triplet: DB, 65 and B9. RGB value is (219,101,185). Sum of RGB (Red+Green+Blue) = 219+101+185=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65B9 is #249A46. Grayscale: #919191. Windows color (decimal): -2398791 or 12150235. OLE color: 12150235.

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

Color convert

RGB 219 101 185 -
CMYK 0 0.54 0.16 0.14
HSL 317.29º 0.62% 0.63% -
HSV(B) 317.29º 0.54% 0.86% -
XYZ 42.62 27.87 49.03 -
YUV 145.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 219 101 185 0 0.54 0.16 0.14 317.29 0.62 0.63
Hex DB 65 B9 0 36 10 E 13D 3E 3F
Octal 333 145 271 0 66 20 16 475 76 77
Binary 11011011 1100101 10111001 0 110110 10000 1110 100111101 111110 111111

Color Harmonies of #DB65B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65B9

Black with #DB65B9

Text Example


Text Example

White with #DB65B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65B9; }

 p { color: rgb(219,101,185); }

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

background-color css

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

 a { background-color: rgb(219,101,185); }

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

border-color css

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

 span { border-color: rgb(219,101,185); }

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