Html Css Color HEX #DD7A8E Carissma

📋 copy color: '#DD7A8E'

red 221 ◦ green 122 ◦ blue 142

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

Shades of Carissma #DD7A8E

Tints of Carissma #DD7A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.15%

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

R = 45.57%
G = 25.15%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD7A8E (or 0xDD7A8E) is known color: Carissma. HEX triplet: DD, 7A and 8E. RGB value is (221,122,142). Sum of RGB (Red+Green+Blue) = 221+122+142=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A8E is #228571. Grayscale: #999999. Windows color (decimal): -2262386 or 9337565. OLE color: 9337565.

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

Color convert

RGB 221 122 142 -
CMYK 0 0.45 0.36 0.13
HSL 347.88º 0.59% 0.67% -
HSV(B) 347.88º 0.45% 0.87% -
XYZ 41.66 31.24 29.43 -
YUV 153.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 221 122 142 0 0.45 0.36 0.13 347.88 0.59 0.67
Hex DD 7A 8E 0 2D 24 D 15C 3B 43
Octal 335 172 216 0 55 44 15 534 73 103
Binary 11011101 1111010 10001110 0 101101 100100 1101 101011100 111011 1000011

Color Harmonies of #DD7A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A8E

Black with #DD7A8E

Text Example


Text Example

White with #DD7A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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