Html Css Color HEX #DD7F9A Carissma

📋 copy color: '#DD7F9A'

red 221 ◦ green 127 ◦ blue 154

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

Shades of Carissma #DD7F9A

Tints of Carissma #DD7F9A

RGB

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

 GREEN value IS 127 (50% from 255) = 25.3%

 BLUE value IS 154 (60.55% from 255) = 30.68%

R = 44.02%
G = 25.3%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD7F9A (or 0xDD7F9A) is known color: Carissma. HEX triplet: DD, 7F and 9A. RGB value is (221,127,154). Sum of RGB (Red+Green+Blue) = 221+127+154=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F9A is #228065. Grayscale: #9E9E9E. Windows color (decimal): -2261094 or 10125277. OLE color: 10125277.

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

Color convert

RGB 221 127 154 -
CMYK 0 0.43 0.30 0.13
HSL 342.77º 0.58% 0.68% -
HSV(B) 342.77º 0.43% 0.87% -
XYZ 43.24 32.88 34.64 -
YUV 158.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 221 127 154 0 0.43 0.30 0.13 342.77 0.58 0.68
Hex DD 7F 9A 0 2B 1E D 157 3A 44
Octal 335 177 232 0 53 36 15 527 72 104
Binary 11011101 1111111 10011010 0 101011 11110 1101 101010111 111010 1000100

Color Harmonies of #DD7F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F9A

Black with #DD7F9A

Text Example


Text Example

White with #DD7F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F9A; }

 p { color: rgb(221,127,154); }

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

background-color css

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

 a { background-color: rgb(221,127,154); }

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

border-color css

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

 span { border-color: rgb(221,127,154); }

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