Html Css Color HEX #DD638E Pale Violet Red

📋 copy color: '#DD638E'

red 221 ◦ green 99 ◦ blue 142

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

Shades of Pale Violet Red #DD638E

Tints of Pale Violet Red #DD638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.43%

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 47.84%
G = 21.43%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD638E (or 0xDD638E) is known color: Pale Violet Red. HEX triplet: DD, 63 and 8E. RGB value is (221,99,142). Sum of RGB (Red+Green+Blue) = 221+99+142=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD638E is #229C71. Grayscale: #8C8C8C. Windows color (decimal): -2268274 or 9331677. OLE color: 9331677.

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

Color convert

RGB 221 99 142 -
CMYK 0 0.55 0.36 0.13
HSL 338.85º 0.64% 0.63% -
HSV(B) 338.85º 0.55% 0.87% -
XYZ 39.16 26.25 28.59 -
YUV 140.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 221 99 142 0 0.55 0.36 0.13 338.85 0.64 0.63
Hex DD 63 8E 0 37 24 D 153 40 3F
Octal 335 143 216 0 67 44 15 523 100 77
Binary 11011101 1100011 10001110 0 110111 100100 1101 101010011 1000000 111111

Color Harmonies of #DD638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD638E

Black with #DD638E

Text Example


Text Example

White with #DD638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD638E; }

 p { color: rgb(221,99,142); }

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

background-color css

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

 a { background-color: rgb(221,99,142); }

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

border-color css

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

 span { border-color: rgb(221,99,142); }

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