Html Css Color HEX #DD7E85 Carissma

📋 copy color: '#DD7E85'

red 221 ◦ green 126 ◦ blue 133

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

Shades of Carissma #DD7E85

Tints of Carissma #DD7E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 46.04%
G = 26.25%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD7E85 (or 0xDD7E85) is known color: Carissma. HEX triplet: DD, 7E and 85. RGB value is (221,126,133). Sum of RGB (Red+Green+Blue) = 221+126+133=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E85 is #22817A. Grayscale: #9B9B9B. Windows color (decimal): -2261371 or 8748765. OLE color: 8748765.

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

Color convert

RGB 221 126 133 -
CMYK 0 0.43 0.40 0.13
HSL 355.58º 0.58% 0.68% -
HSV(B) 355.58º 0.43% 0.87% -
XYZ 41.51 31.99 26.18 -
YUV 155.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 221 126 133 0 0.43 0.40 0.13 355.58 0.58 0.68
Hex DD 7E 85 0 2B 28 D 164 3A 44
Octal 335 176 205 0 53 50 15 544 72 104
Binary 11011101 1111110 10000101 0 101011 101000 1101 101100100 111010 1000100

Color Harmonies of #DD7E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E85

Black with #DD7E85

Text Example


Text Example

White with #DD7E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E85; }

 p { color: rgb(221,126,133); }

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

background-color css

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

 a { background-color: rgb(221,126,133); }

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

border-color css

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

 span { border-color: rgb(221,126,133); }

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