Html Css Color HEX #DD7B93 Carissma

📋 copy color: '#DD7B93'

red 221 ◦ green 123 ◦ blue 147

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

Shades of Carissma #DD7B93

Tints of Carissma #DD7B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.05%

 BLUE value IS 147 (57.81% from 255) = 29.94%

R = 45.01%
G = 25.05%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7B93 (or 0xDD7B93) is known color: Carissma. HEX triplet: DD, 7B and 93. RGB value is (221,123,147). Sum of RGB (Red+Green+Blue) = 221+123+147=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B93 is #22846C. Grayscale: #9B9B9B. Windows color (decimal): -2262125 or 9665501. OLE color: 9665501.

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

Color convert

RGB 221 123 147 -
CMYK 0 0.44 0.33 0.13
HSL 345.31º 0.59% 0.67% -
HSV(B) 345.31º 0.44% 0.87% -
XYZ 42.17 31.64 31.49 -
YUV 155.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 221 123 147 0 0.44 0.33 0.13 345.31 0.59 0.67
Hex DD 7B 93 0 2C 21 D 159 3B 43
Octal 335 173 223 0 54 41 15 531 73 103
Binary 11011101 1111011 10010011 0 101100 100001 1101 101011001 111011 1000011

Color Harmonies of #DD7B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B93

Black with #DD7B93

Text Example


Text Example

White with #DD7B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B93; }

 p { color: rgb(221,123,147); }

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

background-color css

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

 a { background-color: rgb(221,123,147); }

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

border-color css

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

 span { border-color: rgb(221,123,147); }

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