Html Css Color HEX #DF6BF2 Heliotrope

📋 copy color: '#DF6BF2'

red 223 ◦ green 107 ◦ blue 242

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

Shades of Heliotrope #DF6BF2

Tints of Heliotrope #DF6BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.71%

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

R = 38.99%
G = 18.71%
B = 42.31%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF6BF2 (or 0xDF6BF2) is known color: Heliotrope. HEX triplet: DF, 6B and F2. RGB value is (223,107,242). Sum of RGB (Red+Green+Blue) = 223+107+242=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 107 (42.19% from 255 or 18.71% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6BF2 is #20940D. Grayscale: #9C9C9C. Windows color (decimal): -2135054 or 15887327. OLE color: 15887327.

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

Color convert

RGB 223 107 242 -
CMYK 0.08 0.56 0 0.05
HSL 291.56º 0.84% 0.68% -
HSV(B) 291.56º 0.56% 0.95% -
XYZ 51.72 32.61 87.57 -
YUV 157.07 175.93 175.02 -
System Red Green Blue C M Y K H S L
Decimal 223 107 242 0.08 0.56 0 0.05 291.56 0.84 0.68
Hex DF 6B F2 8 38 0 5 124 54 44
Octal 337 153 362 10 70 0 5 444 124 104
Binary 11011111 1101011 11110010 1000 111000 0 101 100100100 1010100 1000100

Color Harmonies of #DF6BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BF2

Black with #DF6BF2

Text Example


Text Example

White with #DF6BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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