Html Css Color HEX #DD7F9E Carissma

📋 copy color: '#DD7F9E'

red 221 ◦ green 127 ◦ blue 158

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

Shades of Carissma #DD7F9E

Tints of Carissma #DD7F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 43.68%
G = 25.1%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD7F9E (or 0xDD7F9E) is known color: Carissma. HEX triplet: DD, 7F and 9E. RGB value is (221,127,158). Sum of RGB (Red+Green+Blue) = 221+127+158=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F9E is #228061. Grayscale: #9E9E9E. Windows color (decimal): -2261090 or 10387421. OLE color: 10387421.

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

Color convert

RGB 221 127 158 -
CMYK 0 0.43 0.29 0.13
HSL 340.21º 0.58% 0.68% -
HSV(B) 340.21º 0.43% 0.87% -
XYZ 43.58 33.02 36.42 -
YUV 158.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 221 127 158 0 0.43 0.29 0.13 340.21 0.58 0.68
Hex DD 7F 9E 0 2B 1D D 154 3A 44
Octal 335 177 236 0 53 35 15 524 72 104
Binary 11011101 1111111 10011110 0 101011 11101 1101 101010100 111010 1000100

Color Harmonies of #DD7F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F9E

Black with #DD7F9E

Text Example


Text Example

White with #DD7F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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