Html Css Color HEX #DD7D8E Carissma

📋 copy color: '#DD7D8E'

red 221 ◦ green 125 ◦ blue 142

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

Shades of Carissma #DD7D8E

Tints of Carissma #DD7D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.61%

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

R = 45.29%
G = 25.61%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD7D8E (or 0xDD7D8E) is known color: Carissma. HEX triplet: DD, 7D and 8E. RGB value is (221,125,142). Sum of RGB (Red+Green+Blue) = 221+125+142=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D8E is #228271. Grayscale: #9B9B9B. Windows color (decimal): -2261618 or 9338333. OLE color: 9338333.

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

Color convert

RGB 221 125 142 -
CMYK 0 0.43 0.36 0.13
HSL 349.38º 0.59% 0.68% -
HSV(B) 349.38º 0.43% 0.87% -
XYZ 42.03 31.99 29.55 -
YUV 155.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 221 125 142 0 0.43 0.36 0.13 349.38 0.59 0.68
Hex DD 7D 8E 0 2B 24 D 15D 3B 44
Octal 335 175 216 0 53 44 15 535 73 104
Binary 11011101 1111101 10001110 0 101011 100100 1101 101011101 111011 1000100

Color Harmonies of #DD7D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D8E

Black with #DD7D8E

Text Example


Text Example

White with #DD7D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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