Html Css Color HEX #D27AB3 Persian Pink

📋 copy color: '#D27AB3'

red 210 ◦ green 122 ◦ blue 179

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

Shades of Persian Pink #D27AB3

Tints of Persian Pink #D27AB3

RGB

 RED value IS 210 (82.42% from 255) = 41.1%

 GREEN value IS 122 (48.05% from 255) = 23.87%

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

R = 41.1%
G = 23.87%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D27AB3 (or 0xD27AB3) is known color: Persian Pink. HEX triplet: D2, 7A and B3. RGB value is (210,122,179). Sum of RGB (Red+Green+Blue) = 210+122+179=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AB3 is #2D854C. Grayscale: #9A9A9A. Windows color (decimal): -2983245 or 11762386. OLE color: 11762386.

HSL color Cylindrical-coordinate representation of color #D27AB3: hue angle of 321.14º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27AB3 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 122 179 -
CMYK 0 0.42 0.15 0.18
HSL 321.14º 0.49% 0.65% -
HSV(B) 321.14º 0.42% 0.82% -
XYZ 41.67 30.88 46.41 -
YUV 154.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 210 122 179 0 0.42 0.15 0.18 321.14 0.49 0.65
Hex D2 7A B3 0 2A F 12 141 31 41
Octal 322 172 263 0 52 17 22 501 61 101
Binary 11010010 1111010 10110011 0 101010 1111 10010 101000001 110001 1000001

Color Harmonies of #D27AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27AB3

Black with #D27AB3

Text Example


Text Example

White with #D27AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27AB3; }

 p { color: rgb(210,122,179); }

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

background-color css

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

 a { background-color: rgb(210,122,179); }

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

border-color css

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

 span { border-color: rgb(210,122,179); }

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