Html Css Color HEX #D27B9B Pale Violet Red

📋 copy color: '#D27B9B'

red 210 ◦ green 123 ◦ blue 155

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

Shades of Pale Violet Red #D27B9B

Tints of Pale Violet Red #D27B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.76%

R = 43.03%
G = 25.2%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D27B9B (or 0xD27B9B) is known color: Pale Violet Red. HEX triplet: D2, 7B and 9B. RGB value is (210,123,155). Sum of RGB (Red+Green+Blue) = 210+123+155=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27B9B is #2D8464. Grayscale: #989898. Windows color (decimal): -2983013 or 10189778. OLE color: 10189778.

HSL color Cylindrical-coordinate representation of color #D27B9B: hue angle of 337.93º 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 #D27B9B is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 123 155 -
CMYK 0 0.41 0.26 0.18
HSL 337.93º 0.49% 0.65% -
HSV(B) 337.93º 0.41% 0.82% -
XYZ 39.58 30.23 34.76 -
YUV 152.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 210 123 155 0 0.41 0.26 0.18 337.93 0.49 0.65
Hex D2 7B 9B 0 29 1A 12 152 31 41
Octal 322 173 233 0 51 32 22 522 61 101
Binary 11010010 1111011 10011011 0 101001 11010 10010 101010010 110001 1000001

Color Harmonies of #D27B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B9B

Black with #D27B9B

Text Example


Text Example

White with #D27B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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