Html Css Color HEX #DF7BF2 Heliotrope

📋 copy color: '#DF7BF2'

red 223 ◦ green 123 ◦ blue 242

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

Shades of Heliotrope #DF7BF2

Tints of Heliotrope #DF7BF2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.92%

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 37.93%
G = 20.92%
B = 41.16%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF7BF2 (or 0xDF7BF2) is known color: Heliotrope. HEX triplet: DF, 7B and F2. RGB value is (223,123,242). Sum of RGB (Red+Green+Blue) = 223+123+242=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7BF2 is #20840D. Grayscale: #A6A6A6. Windows color (decimal): -2130958 or 15891423. OLE color: 15891423.

HSL color Cylindrical-coordinate representation of color #DF7BF2: hue angle of 290.42º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7BF2 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 123 242 -
CMYK 0.08 0.49 0 0.05
HSL 290.42º 0.82% 0.72% -
HSV(B) 290.42º 0.49% 0.95% -
XYZ 53.54 36.26 88.18 -
YUV 166.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 223 123 242 0.08 0.49 0 0.05 290.42 0.82 0.72
Hex DF 7B F2 8 31 0 5 122 52 48
Octal 337 173 362 10 61 0 5 442 122 110
Binary 11011111 1111011 11110010 1000 110001 0 101 100100010 1010010 1001000

Color Harmonies of #DF7BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7BF2

Black with #DF7BF2

Text Example


Text Example

White with #DF7BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7BF2; }

 p { color: rgb(223,123,242); }

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

background-color css

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

 a { background-color: rgb(223,123,242); }

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

border-color css

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

 span { border-color: rgb(223,123,242); }

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