Html Css Color HEX #D27B9A Pale Violet Red

📋 copy color: '#D27B9A'

red 210 ◦ green 123 ◦ blue 154

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

Shades of Pale Violet Red #D27B9A

Tints of Pale Violet Red #D27B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 43.12%
G = 25.26%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D27B9A (or 0xD27B9A) is known color: Pale Violet Red. HEX triplet: D2, 7B and 9A. RGB value is (210,123,154). Sum of RGB (Red+Green+Blue) = 210+123+154=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27B9A is #2D8465. Grayscale: #989898. Windows color (decimal): -2983014 or 10124242. OLE color: 10124242.

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

Color convert

RGB 210 123 154 -
CMYK 0 0.41 0.27 0.18
HSL 338.62º 0.49% 0.65% -
HSV(B) 338.62º 0.41% 0.82% -
XYZ 39.49 30.2 34.32 -
YUV 152.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 210 123 154 0 0.41 0.27 0.18 338.62 0.49 0.65
Hex D2 7B 9A 0 29 1B 12 153 31 41
Octal 322 173 232 0 51 33 22 523 61 101
Binary 11010010 1111011 10011010 0 101001 11011 10010 101010011 110001 1000001

Color Harmonies of #D27B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B9A

Black with #D27B9A

Text Example


Text Example

White with #D27B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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