Html Css Color HEX #DD46AF Brilliant Rose

📋 copy color: '#DD46AF'

red 221 ◦ green 70 ◦ blue 175

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

Shades of Brilliant Rose #DD46AF

Tints of Brilliant Rose #DD46AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.02%

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 47.42%
G = 15.02%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD46AF (or 0xDD46AF) is known color: Brilliant Rose. HEX triplet: DD, 46 and AF. RGB value is (221,70,175). Sum of RGB (Red+Green+Blue) = 221+70+175=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD46AF is #22B950. Grayscale: #7E7E7E. Windows color (decimal): -2275665 or 11486941. OLE color: 11486941.

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

Color convert

RGB 221 70 175 -
CMYK 0 0.68 0.21 0.13
HSL 318.28º 0.69% 0.57% -
HSV(B) 318.28º 0.68% 0.87% -
XYZ 39.75 22.85 42.87 -
YUV 127.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 221 70 175 0 0.68 0.21 0.13 318.28 0.69 0.57
Hex DD 46 AF 0 44 15 D 13E 45 39
Octal 335 106 257 0 104 25 15 476 105 71
Binary 11011101 1000110 10101111 0 1000100 10101 1101 100111110 1000101 111001

Color Harmonies of #DD46AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46AF

Black with #DD46AF

Text Example


Text Example

White with #DD46AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46AF; }

 p { color: rgb(221,70,175); }

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

background-color css

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

 a { background-color: rgb(221,70,175); }

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

border-color css

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

 span { border-color: rgb(221,70,175); }

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