Html Css Color HEX #D27690 Charm

📋 copy color: '#D27690'

red 210 ◦ green 118 ◦ blue 144

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

Shades of Charm #D27690

Tints of Charm #D27690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25%

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 44.49%
G = 25%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D27690 (or 0xD27690) is known color: Charm. HEX triplet: D2, 76 and 90. RGB value is (210,118,144). Sum of RGB (Red+Green+Blue) = 210+118+144=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D27690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27690 is #2D896F. Grayscale: #949494. Windows color (decimal): -2984304 or 9467602. OLE color: 9467602.

HSL color Cylindrical-coordinate representation of color #D27690: hue angle of 343.04º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27690 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 118 144 -
CMYK 0 0.44 0.31 0.18
HSL 343.04º 0.51% 0.64% -
HSV(B) 343.04º 0.44% 0.82% -
XYZ 38.09 28.67 29.91 -
YUV 148.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 210 118 144 0 0.44 0.31 0.18 343.04 0.51 0.64
Hex D2 76 90 0 2C 1F 12 157 33 40
Octal 322 166 220 0 54 37 22 527 63 100
Binary 11010010 1110110 10010000 0 101100 11111 10010 101010111 110011 1000000

Color Harmonies of #D27690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27690

Black with #D27690

Text Example


Text Example

White with #D27690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27690; }

 p { color: rgb(210,118,144); }

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

background-color css

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

 a { background-color: rgb(210,118,144); }

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

border-color css

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

 span { border-color: rgb(210,118,144); }

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