Html Css Color HEX #DD6CFB Heliotrope

📋 copy color: '#DD6CFB'

red 221 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #DD6CFB

Tints of Heliotrope #DD6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.62%

 BLUE value IS 251 (98.44% from 255) = 43.28%

R = 38.1%
G = 18.62%
B = 43.28%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD6CFB (or 0xDD6CFB) is known color: Heliotrope. HEX triplet: DD, 6C and FB. RGB value is (221,108,251). Sum of RGB (Red+Green+Blue) = 221+108+251=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6CFB is #229304. Grayscale: #9D9D9D. Windows color (decimal): -2265861 or 16477405. OLE color: 16477405.

HSL color Cylindrical-coordinate representation of color #DD6CFB: hue angle of 287.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6CFB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 108 251 -
CMYK 0.12 0.57 0 0.02
HSL 287.41º 0.95% 0.7% -
HSV(B) 287.41º 0.57% 0.98% -
XYZ 52.59 33.06 94.88 -
YUV 158.09 180.44 172.87 -
System Red Green Blue C M Y K H S L
Decimal 221 108 251 0.12 0.57 0 0.02 287.41 0.95 0.7
Hex DD 6C FB C 39 0 2 11F 5F 46
Octal 335 154 373 14 71 0 2 437 137 106
Binary 11011101 1101100 11111011 1100 111001 0 10 100011111 1011111 1000110

Color Harmonies of #DD6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CFB

Black with #DD6CFB

Text Example


Text Example

White with #DD6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CFB; }

 p { color: rgb(221,108,251); }

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

background-color css

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

 a { background-color: rgb(221,108,251); }

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

border-color css

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

 span { border-color: rgb(221,108,251); }

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