Html Css Color HEX #DF79D2 Orchid

📋 copy color: '#DF79D2'

red 223 ◦ green 121 ◦ blue 210

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

Shades of Orchid #DF79D2

Tints of Orchid #DF79D2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.84%

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

R = 40.25%
G = 21.84%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF79D2 (or 0xDF79D2) is known color: Orchid. HEX triplet: DF, 79 and D2. RGB value is (223,121,210). Sum of RGB (Red+Green+Blue) = 223+121+210=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79D2 is #20862D. Grayscale: #A1A1A1. Windows color (decimal): -2131502 or 13793759. OLE color: 13793759.

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

Color convert

RGB 223 121 210 -
CMYK 0 0.46 0.06 0.13
HSL 307.65º 0.61% 0.67% -
HSV(B) 307.65º 0.46% 0.87% -
XYZ 48.9 34.02 64.96 -
YUV 161.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 223 121 210 0 0.46 0.06 0.13 307.65 0.61 0.67
Hex DF 79 D2 0 2E 6 D 134 3D 43
Octal 337 171 322 0 56 6 15 464 75 103
Binary 11011111 1111001 11010010 0 101110 110 1101 100110100 111101 1000011

Color Harmonies of #DF79D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79D2

Black with #DF79D2

Text Example


Text Example

White with #DF79D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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