Html Css Color HEX #D569B9 Orchid

📋 copy color: '#D569B9'

red 213 ◦ green 105 ◦ blue 185

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

Shades of Orchid #D569B9

Tints of Orchid #D569B9

RGB

 RED value IS 213 (83.59% from 255) = 42.35%

 GREEN value IS 105 (41.41% from 255) = 20.87%

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

R = 42.35%
G = 20.87%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D569B9 (or 0xD569B9) is known color: Orchid. HEX triplet: D5, 69 and B9. RGB value is (213,105,185). Sum of RGB (Red+Green+Blue) = 213+105+185=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D569B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569B9 is #2A9646. Grayscale: #929292. Windows color (decimal): -2790983 or 12151253. OLE color: 12151253.

HSL color Cylindrical-coordinate representation of color #D569B9: hue angle of 315.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D569B9 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 185 -
CMYK 0 0.51 0.13 0.16
HSL 315.56º 0.56% 0.62% -
HSV(B) 315.56º 0.51% 0.84% -
XYZ 41.25 27.75 49.08 -
YUV 146.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 213 105 185 0 0.51 0.13 0.16 315.56 0.56 0.62
Hex D5 69 B9 0 33 D 10 13C 38 3E
Octal 325 151 271 0 63 15 20 474 70 76
Binary 11010101 1101001 10111001 0 110011 1101 10000 100111100 111000 111110

Color Harmonies of #D569B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569B9

Black with #D569B9

Text Example


Text Example

White with #D569B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569B9; }

 p { color: rgb(213,105,185); }

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

background-color css

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

 a { background-color: rgb(213,105,185); }

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

border-color css

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

 span { border-color: rgb(213,105,185); }

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