Html Css Color HEX #DD7C8A Carissma

📋 copy color: '#DD7C8A'

red 221 ◦ green 124 ◦ blue 138

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

Shades of Carissma #DD7C8A

Tints of Carissma #DD7C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.57%

R = 45.76%
G = 25.67%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD7C8A (or 0xDD7C8A) is known color: Carissma. HEX triplet: DD, 7C and 8A. RGB value is (221,124,138). Sum of RGB (Red+Green+Blue) = 221+124+138=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C8A is #228375. Grayscale: #9A9A9A. Windows color (decimal): -2261878 or 9075933. OLE color: 9075933.

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

Color convert

RGB 221 124 138 -
CMYK 0 0.44 0.38 0.13
HSL 351.34º 0.59% 0.68% -
HSV(B) 351.34º 0.44% 0.87% -
XYZ 41.61 31.62 27.96 -
YUV 154.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 221 124 138 0 0.44 0.38 0.13 351.34 0.59 0.68
Hex DD 7C 8A 0 2C 26 D 15F 3B 44
Octal 335 174 212 0 54 46 15 537 73 104
Binary 11011101 1111100 10001010 0 101100 100110 1101 101011111 111011 1000100

Color Harmonies of #DD7C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C8A

Black with #DD7C8A

Text Example


Text Example

White with #DD7C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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