Html Css Color HEX #DB65BA Orchid

📋 copy color: '#DB65BA'

red 219 ◦ green 101 ◦ blue 186

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

Shades of Orchid #DB65BA

Tints of Orchid #DB65BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 43.28%
G = 19.96%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB65BA (or 0xDB65BA) is known color: Orchid. HEX triplet: DB, 65 and BA. RGB value is (219,101,186). Sum of RGB (Red+Green+Blue) = 219+101+186=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65BA is #249A45. Grayscale: #919191. Windows color (decimal): -2398790 or 12215771. OLE color: 12215771.

HSL color Cylindrical-coordinate representation of color #DB65BA: hue angle of 316.78º 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 #DB65BA is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 186 -
CMYK 0 0.54 0.15 0.14
HSL 316.78º 0.62% 0.63% -
HSV(B) 316.78º 0.54% 0.86% -
XYZ 42.73 27.91 49.59 -
YUV 145.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 219 101 186 0 0.54 0.15 0.14 316.78 0.62 0.63
Hex DB 65 BA 0 36 F E 13D 3E 3F
Octal 333 145 272 0 66 17 16 475 76 77
Binary 11011011 1100101 10111010 0 110110 1111 1110 100111101 111110 111111

Color Harmonies of #DB65BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65BA

Black with #DB65BA

Text Example


Text Example

White with #DB65BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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