Html Css Color HEX #DA37C5 Razzle Dazzle Rose

📋 copy color: '#DA37C5'

red 218 ◦ green 55 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DA37C5

Tints of Razzle Dazzle Rose #DA37C5

RGB

 RED value IS 218 (85.55% from 255) = 46.38%

 GREEN value IS 55 (21.88% from 255) = 11.7%

 BLUE value IS 197 (77.34% from 255) = 41.91%

R = 46.38%
G = 11.7%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA37C5 (or 0xDA37C5) is known color: Razzle Dazzle Rose. HEX triplet: DA, 37 and C5. RGB value is (218,55,197). Sum of RGB (Red+Green+Blue) = 218+55+197=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA37C5 is #25C83A. Grayscale: #777777. Windows color (decimal): -2476091 or 12924890. OLE color: 12924890.

HSL color Cylindrical-coordinate representation of color #DA37C5: hue angle of 307.73º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA37C5 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 197 -
CMYK 0 0.75 0.10 0.15
HSL 307.73º 0.69% 0.54% -
HSV(B) 307.73º 0.75% 0.85% -
XYZ 40.36 21.67 54.88 -
YUV 119.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 218 55 197 0 0.75 0.10 0.15 307.73 0.69 0.54
Hex DA 37 C5 0 4B A F 134 45 36
Octal 332 67 305 0 113 12 17 464 105 66
Binary 11011010 110111 11000101 0 1001011 1010 1111 100110100 1000101 110110

Color Harmonies of #DA37C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA37C5

Black with #DA37C5

Text Example


Text Example

White with #DA37C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA37C5; }

 p { color: rgb(218,55,197); }

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

background-color css

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

 a { background-color: rgb(218,55,197); }

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

border-color css

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

 span { border-color: rgb(218,55,197); }

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