Html Css Color HEX #DF84D2 Orchid

📋 copy color: '#DF84D2'

red 223 ◦ green 132 ◦ blue 210

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

Shades of Orchid #DF84D2

Tints of Orchid #DF84D2

RGB

 RED value IS 223 (87.5% from 255) = 39.47%

 GREEN value IS 132 (51.95% from 255) = 23.36%

 BLUE value IS 210 (82.42% from 255) = 37.17%

R = 39.47%
G = 23.36%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF84D2 (or 0xDF84D2) is known color: Orchid. HEX triplet: DF, 84 and D2. RGB value is (223,132,210). Sum of RGB (Red+Green+Blue) = 223+132+210=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84D2 is #207B2D. Grayscale: #A7A7A7. Windows color (decimal): -2128686 or 13796575. OLE color: 13796575.

HSL color Cylindrical-coordinate representation of color #DF84D2: hue angle of 308.57º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84D2 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 210 -
CMYK 0 0.41 0.06 0.13
HSL 308.57º 0.59% 0.7% -
HSV(B) 308.57º 0.41% 0.87% -
XYZ 50.32 36.84 65.43 -
YUV 168.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 223 132 210 0 0.41 0.06 0.13 308.57 0.59 0.7
Hex DF 84 D2 0 29 6 D 135 3B 46
Octal 337 204 322 0 51 6 15 465 73 106
Binary 11011111 10000100 11010010 0 101001 110 1101 100110101 111011 1000110

Color Harmonies of #DF84D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF84D2

Black with #DF84D2

Text Example


Text Example

White with #DF84D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF84D2; }

 p { color: rgb(223,132,210); }

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

background-color css

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

 a { background-color: rgb(223,132,210); }

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

border-color css

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

 span { border-color: rgb(223,132,210); }

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