Html Css Color HEX #D069FB Heliotrope

📋 copy color: '#D069FB'

red 208 ◦ green 105 ◦ blue 251

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

Shades of Heliotrope #D069FB

Tints of Heliotrope #D069FB

RGB

 RED value IS 208 (81.64% from 255) = 36.88%

 GREEN value IS 105 (41.41% from 255) = 18.62%

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

R = 36.88%
G = 18.62%
B = 44.5%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D069FB (or 0xD069FB) is known color: Heliotrope. HEX triplet: D0, 69 and FB. RGB value is (208,105,251). Sum of RGB (Red+Green+Blue) = 208+105+251=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 105 (41.41% from 255 or 18.62% 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 #D069FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069FB is #2F9604. Grayscale: #979797. Windows color (decimal): -3118597 or 16476624. OLE color: 16476624.

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

Color convert

RGB 208 105 251 -
CMYK 0.17 0.58 0 0.02
HSL 282.33º 0.95% 0.7% -
HSV(B) 282.33º 0.58% 0.98% -
XYZ 48.48 30.48 94.59 -
YUV 152.44 183.62 167.63 -
System Red Green Blue C M Y K H S L
Decimal 208 105 251 0.17 0.58 0 0.02 282.33 0.95 0.7
Hex D0 69 FB 11 3A 0 2 11A 5F 46
Octal 320 151 373 21 72 0 2 432 137 106
Binary 11010000 1101001 11111011 10001 111010 0 10 100011010 1011111 1000110

Color Harmonies of #D069FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069FB

Black with #D069FB

Text Example


Text Example

White with #D069FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069FB; }

 p { color: rgb(208,105,251); }

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

background-color css

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

 a { background-color: rgb(208,105,251); }

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

border-color css

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

 span { border-color: rgb(208,105,251); }

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