Html Css Color HEX #DD6B90 Pale Violet Red

📋 copy color: '#DD6B90'

red 221 ◦ green 107 ◦ blue 144

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

Shades of Pale Violet Red #DD6B90

Tints of Pale Violet Red #DD6B90

RGB

 RED value IS 221 (86.72% from 255) = 46.82%

 GREEN value IS 107 (42.19% from 255) = 22.67%

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

R = 46.82%
G = 22.67%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD6B90 (or 0xDD6B90) is known color: Pale Violet Red. HEX triplet: DD, 6B and 90. RGB value is (221,107,144). Sum of RGB (Red+Green+Blue) = 221+107+144=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B90 is #22946F. Grayscale: #919191. Windows color (decimal): -2266224 or 9464797. OLE color: 9464797.

HSL color Cylindrical-coordinate representation of color #DD6B90: hue angle of 340.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6B90 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 144 -
CMYK 0 0.52 0.35 0.13
HSL 340.53º 0.63% 0.64% -
HSV(B) 340.53º 0.52% 0.87% -
XYZ 40.11 27.9 29.66 -
YUV 145.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 221 107 144 0 0.52 0.35 0.13 340.53 0.63 0.64
Hex DD 6B 90 0 34 23 D 155 3F 40
Octal 335 153 220 0 64 43 15 525 77 100
Binary 11011101 1101011 10010000 0 110100 100011 1101 101010101 111111 1000000

Color Harmonies of #DD6B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B90

Black with #DD6B90

Text Example


Text Example

White with #DD6B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B90; }

 p { color: rgb(221,107,144); }

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

background-color css

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

 a { background-color: rgb(221,107,144); }

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

border-color css

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

 span { border-color: rgb(221,107,144); }

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