Html Css Color HEX #DD848F Carissma

📋 copy color: '#DD848F'

red 221 ◦ green 132 ◦ blue 143

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

Shades of Carissma #DD848F

Tints of Carissma #DD848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.61%

 BLUE value IS 143 (56.25% from 255) = 28.83%

R = 44.56%
G = 26.61%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD848F (or 0xDD848F) is known color: Carissma. HEX triplet: DD, 84 and 8F. RGB value is (221,132,143). Sum of RGB (Red+Green+Blue) = 221+132+143=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD848F is #227B70. Grayscale: #9F9F9F. Windows color (decimal): -2259825 or 9405661. OLE color: 9405661.

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

Color convert

RGB 221 132 143 -
CMYK 0 0.40 0.35 0.13
HSL 352.58º 0.57% 0.69% -
HSV(B) 352.58º 0.4% 0.87% -
XYZ 43.03 33.86 30.25 -
YUV 159.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 221 132 143 0 0.40 0.35 0.13 352.58 0.57 0.69
Hex DD 84 8F 0 28 23 D 161 39 45
Octal 335 204 217 0 50 43 15 541 71 105
Binary 11011101 10000100 10001111 0 101000 100011 1101 101100001 111001 1000101

Color Harmonies of #DD848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD848F

Black with #DD848F

Text Example


Text Example

White with #DD848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD848F; }

 p { color: rgb(221,132,143); }

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

background-color css

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

 a { background-color: rgb(221,132,143); }

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

border-color css

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

 span { border-color: rgb(221,132,143); }

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