Html Css Color HEX #D634A4 Deep Cerise

📋 copy color: '#D634A4'

red 214 ◦ green 52 ◦ blue 164

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

Shades of Deep Cerise #D634A4

Tints of Deep Cerise #D634A4

RGB

 RED value IS 214 (83.98% from 255) = 49.77%

 GREEN value IS 52 (20.7% from 255) = 12.09%

 BLUE value IS 164 (64.45% from 255) = 38.14%

R = 49.77%
G = 12.09%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D634A4 (or 0xD634A4) is known color: Deep Cerise. HEX triplet: D6, 34 and A4. RGB value is (214,52,164). Sum of RGB (Red+Green+Blue) = 214+52+164=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D634A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D634A4 is #29CB5B. Grayscale: #707070. Windows color (decimal): -2739036 or 10761430. OLE color: 10761430.

HSL color Cylindrical-coordinate representation of color #D634A4: hue angle of 318.52º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D634A4 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 164 -
CMYK 0 0.76 0.23 0.16
HSL 318.52º 0.66% 0.52% -
HSV(B) 318.52º 0.76% 0.84% -
XYZ 35.66 19.43 36.99 -
YUV 113.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 214 52 164 0 0.76 0.23 0.16 318.52 0.66 0.52
Hex D6 34 A4 0 4C 17 10 13F 42 34
Octal 326 64 244 0 114 27 20 477 102 64
Binary 11010110 110100 10100100 0 1001100 10111 10000 100111111 1000010 110100

Color Harmonies of #D634A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D634A4

Black with #D634A4

Text Example


Text Example

White with #D634A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D634A4; }

 p { color: rgb(214,52,164); }

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

background-color css

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

 a { background-color: rgb(214,52,164); }

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

border-color css

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

 span { border-color: rgb(214,52,164); }

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