Html Css Color HEX #D27BB7 Persian Pink

📋 copy color: '#D27BB7'

red 210 ◦ green 123 ◦ blue 183

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

Shades of Persian Pink #D27BB7

Tints of Persian Pink #D27BB7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.84%

 BLUE value IS 183 (71.88% from 255) = 35.47%

R = 40.7%
G = 23.84%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D27BB7 (or 0xD27BB7) is known color: Persian Pink. HEX triplet: D2, 7B and B7. RGB value is (210,123,183). Sum of RGB (Red+Green+Blue) = 210+123+183=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BB7 is #2D8448. Grayscale: #9B9B9B. Windows color (decimal): -2982985 or 12024786. OLE color: 12024786.

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

Color convert

RGB 210 123 183 -
CMYK 0 0.41 0.13 0.18
HSL 318.62º 0.49% 0.65% -
HSV(B) 318.62º 0.41% 0.82% -
XYZ 42.21 31.29 48.61 -
YUV 155.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 210 123 183 0 0.41 0.13 0.18 318.62 0.49 0.65
Hex D2 7B B7 0 29 D 12 13F 31 41
Octal 322 173 267 0 51 15 22 477 61 101
Binary 11010010 1111011 10110111 0 101001 1101 10010 100111111 110001 1000001

Color Harmonies of #D27BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27BB7

Black with #D27BB7

Text Example


Text Example

White with #D27BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27BB7; }

 p { color: rgb(210,123,183); }

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

background-color css

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

 a { background-color: rgb(210,123,183); }

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

border-color css

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

 span { border-color: rgb(210,123,183); }

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