Html Css Color HEX #D66FB3 Persian Pink

📋 copy color: '#D66FB3'

red 214 ◦ green 111 ◦ blue 179

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

Shades of Persian Pink #D66FB3

Tints of Persian Pink #D66FB3

RGB

 RED value IS 214 (83.98% from 255) = 42.46%

 GREEN value IS 111 (43.75% from 255) = 22.02%

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 42.46%
G = 22.02%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D66FB3 (or 0xD66FB3) is known color: Persian Pink. HEX triplet: D6, 6F and B3. RGB value is (214,111,179). Sum of RGB (Red+Green+Blue) = 214+111+179=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FB3 is #29904C. Grayscale: #959595. Windows color (decimal): -2723917 or 11759574. OLE color: 11759574.

HSL color Cylindrical-coordinate representation of color #D66FB3: hue angle of 320.39º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FB3 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 179 -
CMYK 0 0.48 0.16 0.16
HSL 320.39º 0.56% 0.64% -
HSV(B) 320.39º 0.48% 0.84% -
XYZ 41.55 28.92 46.04 -
YUV 149.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 214 111 179 0 0.48 0.16 0.16 320.39 0.56 0.64
Hex D6 6F B3 0 30 10 10 140 38 40
Octal 326 157 263 0 60 20 20 500 70 100
Binary 11010110 1101111 10110011 0 110000 10000 10000 101000000 111000 1000000

Color Harmonies of #D66FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FB3

Black with #D66FB3

Text Example


Text Example

White with #D66FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FB3; }

 p { color: rgb(214,111,179); }

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

background-color css

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

 a { background-color: rgb(214,111,179); }

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

border-color css

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

 span { border-color: rgb(214,111,179); }

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