Html Css Color HEX #DD7D9B Carissma

📋 copy color: '#DD7D9B'

red 221 ◦ green 125 ◦ blue 155

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

Shades of Carissma #DD7D9B

Tints of Carissma #DD7D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 44.11%
G = 24.95%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD7D9B (or 0xDD7D9B) is known color: Carissma. HEX triplet: DD, 7D and 9B. RGB value is (221,125,155). Sum of RGB (Red+Green+Blue) = 221+125+155=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D9B is #228264. Grayscale: #9D9D9D. Windows color (decimal): -2261605 or 10190301. OLE color: 10190301.

HSL color Cylindrical-coordinate representation of color #DD7D9B: hue angle of 341.25º 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 #DD7D9B is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 125 155 -
CMYK 0 0.43 0.30 0.13
HSL 341.25º 0.59% 0.68% -
HSV(B) 341.25º 0.43% 0.87% -
XYZ 43.07 32.41 35 -
YUV 157.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 221 125 155 0 0.43 0.30 0.13 341.25 0.59 0.68
Hex DD 7D 9B 0 2B 1E D 155 3B 44
Octal 335 175 233 0 53 36 15 525 73 104
Binary 11011101 1111101 10011011 0 101011 11110 1101 101010101 111011 1000100

Color Harmonies of #DD7D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D9B

Black with #DD7D9B

Text Example


Text Example

White with #DD7D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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