Html Css Color HEX #DD5CFB Heliotrope

📋 copy color: '#DD5CFB'

red 221 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #DD5CFB

Tints of Heliotrope #DD5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.31%

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

R = 39.18%
G = 16.31%
B = 44.5%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD5CFB (or 0xDD5CFB) is known color: Heliotrope. HEX triplet: DD, 5C and FB. RGB value is (221,92,251). Sum of RGB (Red+Green+Blue) = 221+92+251=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 92 (36.33% from 255 or 16.31% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD5CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5CFB is #22A304. Grayscale: #949494. Windows color (decimal): -2269957 or 16473309. OLE color: 16473309.

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

Color convert

RGB 221 92 251 -
CMYK 0.12 0.63 0 0.02
HSL 288.68º 0.95% 0.67% -
HSV(B) 288.68º 0.63% 0.98% -
XYZ 51.06 29.99 94.36 -
YUV 148.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 221 92 251 0.12 0.63 0 0.02 288.68 0.95 0.67
Hex DD 5C FB C 3F 0 2 121 5F 43
Octal 335 134 373 14 77 0 2 441 137 103
Binary 11011101 1011100 11111011 1100 111111 0 10 100100001 1011111 1000011

Color Harmonies of #DD5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CFB

Black with #DD5CFB

Text Example


Text Example

White with #DD5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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