Html Css Color HEX #DD48AF Brilliant Rose

📋 copy color: '#DD48AF'

red 221 ◦ green 72 ◦ blue 175

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

Shades of Brilliant Rose #DD48AF

Tints of Brilliant Rose #DD48AF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.38%

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

R = 47.22%
G = 15.38%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD48AF (or 0xDD48AF) is known color: Brilliant Rose. HEX triplet: DD, 48 and AF. RGB value is (221,72,175). Sum of RGB (Red+Green+Blue) = 221+72+175=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD48AF is #22B750. Grayscale: #808080. Windows color (decimal): -2275153 or 11487453. OLE color: 11487453.

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

Color convert

RGB 221 72 175 -
CMYK 0 0.67 0.21 0.13
HSL 318.52º 0.69% 0.57% -
HSV(B) 318.52º 0.67% 0.87% -
XYZ 39.87 23.1 42.91 -
YUV 128.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 221 72 175 0 0.67 0.21 0.13 318.52 0.69 0.57
Hex DD 48 AF 0 43 15 D 13F 45 39
Octal 335 110 257 0 103 25 15 477 105 71
Binary 11011101 1001000 10101111 0 1000011 10101 1101 100111111 1000101 111001

Color Harmonies of #DD48AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48AF

Black with #DD48AF

Text Example


Text Example

White with #DD48AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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