Html Css Color HEX #DA438B Deep Cerise

📋 copy color: '#DA438B'

red 218 ◦ green 67 ◦ blue 139

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

Shades of Deep Cerise #DA438B

Tints of Deep Cerise #DA438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.8%

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 51.42%
G = 15.8%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA438B (or 0xDA438B) is known color: Deep Cerise. HEX triplet: DA, 43 and 8B. RGB value is (218,67,139). Sum of RGB (Red+Green+Blue) = 218+67+139=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA438B is #25BC74. Grayscale: #787878. Windows color (decimal): -2473077 or 9126874. OLE color: 9126874.

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

Color convert

RGB 218 67 139 -
CMYK 0 0.69 0.36 0.15
HSL 331.39º 0.67% 0.56% -
HSV(B) 331.39º 0.69% 0.85% -
XYZ 35.58 20.78 26.56 -
YUV 120.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 218 67 139 0 0.69 0.36 0.15 331.39 0.67 0.56
Hex DA 43 8B 0 45 24 F 14B 43 38
Octal 332 103 213 0 105 44 17 513 103 70
Binary 11011010 1000011 10001011 0 1000101 100100 1111 101001011 1000011 111000

Color Harmonies of #DA438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA438B

Black with #DA438B

Text Example


Text Example

White with #DA438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA438B; }

 p { color: rgb(218,67,139); }

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

background-color css

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

 a { background-color: rgb(218,67,139); }

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

border-color css

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

 span { border-color: rgb(218,67,139); }

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