Html Css Color HEX #DD8294 Carissma

📋 copy color: '#DD8294'

red 221 ◦ green 130 ◦ blue 148

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

Shades of Carissma #DD8294

Tints of Carissma #DD8294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.05%

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 44.29%
G = 26.05%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8294 (or 0xDD8294) is known color: Carissma. HEX triplet: DD, 82 and 94. RGB value is (221,130,148). Sum of RGB (Red+Green+Blue) = 221+130+148=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8294 is #227D6B. Grayscale: #9F9F9F. Windows color (decimal): -2260332 or 9732829. OLE color: 9732829.

HSL color Cylindrical-coordinate representation of color #DD8294: hue angle of 348.13º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8294 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 148 -
CMYK 0 0.41 0.33 0.13
HSL 348.13º 0.57% 0.69% -
HSV(B) 348.13º 0.41% 0.87% -
XYZ 43.15 33.48 32.2 -
YUV 159.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 221 130 148 0 0.41 0.33 0.13 348.13 0.57 0.69
Hex DD 82 94 0 29 21 D 15C 39 45
Octal 335 202 224 0 51 41 15 534 71 105
Binary 11011101 10000010 10010100 0 101001 100001 1101 101011100 111001 1000101

Color Harmonies of #DD8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8294

Black with #DD8294

Text Example


Text Example

White with #DD8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8294; }

 p { color: rgb(221,130,148); }

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

background-color css

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

 a { background-color: rgb(221,130,148); }

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

border-color css

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

 span { border-color: rgb(221,130,148); }

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