Html Css Color HEX #DF7FF2 Heliotrope

📋 copy color: '#DF7FF2'

red 223 ◦ green 127 ◦ blue 242

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

Shades of Heliotrope #DF7FF2

Tints of Heliotrope #DF7FF2

RGB

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

 GREEN value IS 127 (50% from 255) = 21.45%

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

R = 37.67%
G = 21.45%
B = 40.88%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF7FF2 (or 0xDF7FF2) is known color: Heliotrope. HEX triplet: DF, 7F and F2. RGB value is (223,127,242). Sum of RGB (Red+Green+Blue) = 223+127+242=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FF2 is #20800D. Grayscale: #A8A8A8. Windows color (decimal): -2129934 or 15892447. OLE color: 15892447.

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

Color convert

RGB 223 127 242 -
CMYK 0.08 0.48 0 0.05
HSL 290.09º 0.82% 0.72% -
HSV(B) 290.09º 0.48% 0.95% -
XYZ 54.05 37.28 88.35 -
YUV 168.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 223 127 242 0.08 0.48 0 0.05 290.09 0.82 0.72
Hex DF 7F F2 8 30 0 5 122 52 48
Octal 337 177 362 10 60 0 5 442 122 110
Binary 11011111 1111111 11110010 1000 110000 0 101 100100010 1010010 1001000

Color Harmonies of #DF7FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FF2

Black with #DF7FF2

Text Example


Text Example

White with #DF7FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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