Html Css Color HEX #DD7C8B Carissma

📋 copy color: '#DD7C8B'

red 221 ◦ green 124 ◦ blue 139

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

Shades of Carissma #DD7C8B

Tints of Carissma #DD7C8B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

 BLUE value IS 139 (54.69% from 255) = 28.72%

R = 45.66%
G = 25.62%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD7C8B (or 0xDD7C8B) is known color: Carissma. HEX triplet: DD, 7C and 8B. RGB value is (221,124,139). Sum of RGB (Red+Green+Blue) = 221+124+139=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C8B is #228374. Grayscale: #9A9A9A. Windows color (decimal): -2261877 or 9141469. OLE color: 9141469.

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

Color convert

RGB 221 124 139 -
CMYK 0 0.44 0.37 0.13
HSL 350.72º 0.59% 0.68% -
HSV(B) 350.72º 0.44% 0.87% -
XYZ 41.69 31.65 28.34 -
YUV 154.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 221 124 139 0 0.44 0.37 0.13 350.72 0.59 0.68
Hex DD 7C 8B 0 2C 25 D 15F 3B 44
Octal 335 174 213 0 54 45 15 537 73 104
Binary 11011101 1111100 10001011 0 101100 100101 1101 101011111 111011 1000100

Color Harmonies of #DD7C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C8B

Black with #DD7C8B

Text Example


Text Example

White with #DD7C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C8B; }

 p { color: rgb(221,124,139); }

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

background-color css

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

 a { background-color: rgb(221,124,139); }

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

border-color css

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

 span { border-color: rgb(221,124,139); }

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