Html Css Color HEX #DD6BFC Heliotrope

📋 copy color: '#DD6BFC'

red 221 ◦ green 107 ◦ blue 252

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

Shades of Heliotrope #DD6BFC

Tints of Heliotrope #DD6BFC

RGB

 RED value IS 221 (86.72% from 255) = 38.1%

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

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 38.1%
G = 18.45%
B = 43.45%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD6BFC (or 0xDD6BFC) is known color: Heliotrope. HEX triplet: DD, 6B and FC. RGB value is (221,107,252). Sum of RGB (Red+Green+Blue) = 221+107+252=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD6BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BFC is #229403. Grayscale: #9D9D9D. Windows color (decimal): -2266116 or 16542685. OLE color: 16542685.

HSL color Cylindrical-coordinate representation of color #DD6BFC: hue angle of 287.17º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD6BFC is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 107 252 -
CMYK 0.12 0.58 0 0.01
HSL 287.17º 0.96% 0.7% -
HSV(B) 287.17º 0.58% 0.99% -
XYZ 52.65 32.92 95.67 -
YUV 157.62 181.27 173.21 -
System Red Green Blue C M Y K H S L
Decimal 221 107 252 0.12 0.58 0 0.01 287.17 0.96 0.7
Hex DD 6B FC C 3A 0 1 11F 60 46
Octal 335 153 374 14 72 0 1 437 140 106
Binary 11011101 1101011 11111100 1100 111010 0 1 100011111 1100000 1000110

Color Harmonies of #DD6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BFC

Black with #DD6BFC

Text Example


Text Example

White with #DD6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BFC; }

 p { color: rgb(221,107,252); }

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

background-color css

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

 a { background-color: rgb(221,107,252); }

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

border-color css

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

 span { border-color: rgb(221,107,252); }

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