Html Css Color HEX #D969B5 Persian Pink

📋 copy color: '#D969B5'

red 217 ◦ green 105 ◦ blue 181

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

Shades of Persian Pink #D969B5

Tints of Persian Pink #D969B5

RGB

 RED value IS 217 (85.16% from 255) = 43.14%

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

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 43.14%
G = 20.87%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D969B5 (or 0xD969B5) is known color: Persian Pink. HEX triplet: D9, 69 and B5. RGB value is (217,105,181). Sum of RGB (Red+Green+Blue) = 217+105+181=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D969B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969B5 is #26964A. Grayscale: #929292. Windows color (decimal): -2528843 or 11889113. OLE color: 11889113.

HSL color Cylindrical-coordinate representation of color #D969B5: hue angle of 319.29º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D969B5 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 105 181 -
CMYK 0 0.52 0.17 0.15
HSL 319.29º 0.6% 0.63% -
HSV(B) 319.29º 0.52% 0.85% -
XYZ 42.01 28.19 46.94 -
YUV 147.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 217 105 181 0 0.52 0.17 0.15 319.29 0.6 0.63
Hex D9 69 B5 0 34 11 F 13F 3C 3F
Octal 331 151 265 0 64 21 17 477 74 77
Binary 11011001 1101001 10110101 0 110100 10001 1111 100111111 111100 111111

Color Harmonies of #D969B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969B5

Black with #D969B5

Text Example


Text Example

White with #D969B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969B5; }

 p { color: rgb(217,105,181); }

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

background-color css

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

 a { background-color: rgb(217,105,181); }

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

border-color css

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

 span { border-color: rgb(217,105,181); }

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