Html Css Color HEX #DD4BFB Heliotrope

📋 copy color: '#DD4BFB'

red 221 ◦ green 75 ◦ blue 251

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

Shades of Heliotrope #DD4BFB

Tints of Heliotrope #DD4BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.71%

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

R = 40.4%
G = 13.71%
B = 45.89%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD4BFB (or 0xDD4BFB) is known color: Heliotrope. HEX triplet: DD, 4B and FB. RGB value is (221,75,251). Sum of RGB (Red+Green+Blue) = 221+75+251=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 75 (29.69% from 255 or 13.71% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD4BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4BFB is #22B404. Grayscale: #8A8A8A. Windows color (decimal): -2274309 or 16468957. OLE color: 16468957.

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

Color convert

RGB 221 75 251 -
CMYK 0.12 0.70 0 0.02
HSL 289.77º 0.96% 0.64% -
HSV(B) 289.77º 0.7% 0.98% -
XYZ 49.75 27.37 93.93 -
YUV 138.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 221 75 251 0.12 0.70 0 0.02 289.77 0.96 0.64
Hex DD 4B FB C 46 0 2 122 60 40
Octal 335 113 373 14 106 0 2 442 140 100
Binary 11011101 1001011 11111011 1100 1000110 0 10 100100010 1100000 1000000

Color Harmonies of #DD4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4BFB

Black with #DD4BFB

Text Example


Text Example

White with #DD4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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