Html Css Color HEX #DD8A8F Carissma

📋 copy color: '#DD8A8F'

red 221 ◦ green 138 ◦ blue 143

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

Shades of Carissma #DD8A8F

Tints of Carissma #DD8A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.49%

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

R = 44.02%
G = 27.49%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD8A8F (or 0xDD8A8F) is known color: Carissma. HEX triplet: DD, 8A and 8F. RGB value is (221,138,143). Sum of RGB (Red+Green+Blue) = 221+138+143=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A8F is #227570. Grayscale: #A3A3A3. Windows color (decimal): -2258289 or 9407197. OLE color: 9407197.

HSL color Cylindrical-coordinate representation of color #DD8A8F: hue angle of 356.39º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8A8F is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 138 143 -
CMYK 0 0.38 0.35 0.13
HSL 356.39º 0.55% 0.7% -
HSV(B) 356.39º 0.38% 0.87% -
XYZ 43.87 35.53 30.53 -
YUV 163.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 221 138 143 0 0.38 0.35 0.13 356.39 0.55 0.7
Hex DD 8A 8F 0 26 23 D 164 37 46
Octal 335 212 217 0 46 43 15 544 67 106
Binary 11011101 10001010 10001111 0 100110 100011 1101 101100100 110111 1000110

Color Harmonies of #DD8A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A8F

Black with #DD8A8F

Text Example


Text Example

White with #DD8A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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