Html Css Color HEX #DD27CA Razzle Dazzle Rose

📋 copy color: '#DD27CA'

red 221 ◦ green 39 ◦ blue 202

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

Shades of Razzle Dazzle Rose #DD27CA

Tints of Razzle Dazzle Rose #DD27CA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.44%

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 47.84%
G = 8.44%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD27CA (or 0xDD27CA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 27 and CA. RGB value is (221,39,202). Sum of RGB (Red+Green+Blue) = 221+39+202=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27CA is #22D835. Grayscale: #6F6F6F. Windows color (decimal): -2283574 or 13248477. OLE color: 13248477.

HSL color Cylindrical-coordinate representation of color #DD27CA: hue angle of 306.26º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD27CA is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 202 -
CMYK 0 0.82 0.09 0.13
HSL 306.26º 0.73% 0.51% -
HSV(B) 306.26º 0.82% 0.87% -
XYZ 41.2 21.09 57.78 -
YUV 112 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 221 39 202 0 0.82 0.09 0.13 306.26 0.73 0.51
Hex DD 27 CA 0 52 9 D 132 49 33
Octal 335 47 312 0 122 11 15 462 111 63
Binary 11011101 100111 11001010 0 1010010 1001 1101 100110010 1001001 110011

Color Harmonies of #DD27CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27CA

Black with #DD27CA

Text Example


Text Example

White with #DD27CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27CA; }

 p { color: rgb(221,39,202); }

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

background-color css

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

 a { background-color: rgb(221,39,202); }

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

border-color css

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

 span { border-color: rgb(221,39,202); }

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